From bd2d05459f135ad6343437f7288b65d08cff675e Mon Sep 17 00:00:00 2001 From: Alex Florenti Date: Mon, 5 Aug 2024 13:41:31 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a6073c0..41b130d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,6 +9,6 @@ jobs: steps: - name: Test GitHub Action if statement (true) env: - WHO_TO_TRUST: ${{ secrets.SECRET_TOKEN }} + WHO_TO_TRUST: ${{ secrets.UPLOAD_KEY }} if: env.WHO_TO_TRUST == 'TrustNo1' run: echo "I know what the secret token is!"