From 5f305ccaaa56018ea2934f4f6d972dacc44cbdf6 Mon Sep 17 00:00:00 2001 From: Alie Date: Thu, 22 Feb 2024 17:36:29 +0100 Subject: [PATCH] bad key --- .gitea/workflows/01_test.yaml | 3 ++- .gitea/workflows/02_build.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/01_test.yaml b/.gitea/workflows/01_test.yaml index f5c4ea5..c134bd7 100644 --- a/.gitea/workflows/01_test.yaml +++ b/.gitea/workflows/01_test.yaml @@ -19,6 +19,7 @@ jobs: - name: Get access token from secret run: echo "${{ secrets.MASTODON_SECRET }}" > mastodon-data.toml - name: Restore cached target + id: cache-restore uses: actions/cache/restore@v3 with: path: | @@ -31,4 +32,4 @@ jobs: with: path: | target/ - key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }} \ No newline at end of file + key: ${{ steps.cache-restore.outputs.cache-primary-key }} \ No newline at end of file diff --git a/.gitea/workflows/02_build.yaml b/.gitea/workflows/02_build.yaml index 3723dd7..0c67479 100644 --- a/.gitea/workflows/02_build.yaml +++ b/.gitea/workflows/02_build.yaml @@ -43,6 +43,7 @@ jobs: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} - name: Restore cached target + id: cache-restore uses: actions/cache/restore@v3 with: path: | @@ -61,4 +62,4 @@ jobs: with: path: | target/ - key: ${{ steps.cache-primes-restore.outputs.cache-primary-key }} \ No newline at end of file + key: ${{ steps.cache-restore.outputs.cache-primary-key }} \ No newline at end of file