diff --git a/.gitea/workflows/test_image_build_push.yml b/.gitea/workflows/test_image_build_push.yml index 36dada1..e5aed09 100644 --- a/.gitea/workflows/test_image_build_push.yml +++ b/.gitea/workflows/test_image_build_push.yml @@ -22,7 +22,7 @@ jobs: - name: Validate Gradle Wrapper uses: gradle/actions/wrapper-validation@v3 - name: Check secrets - run: echo "my secret is ${{ secrets.ACCESS_TOKEN }}" + run: echo "my secret is ${{ vars.TOKEN }}" - name: Log in to Gitea Docker Registry uses: docker/login-action@v3 with: