Skip to content

Commit bd2d054

Browse files
authored
Update build.yml
1 parent dada952 commit bd2d054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
steps:
1010
- name: Test GitHub Action if statement (true)
1111
env:
12-
WHO_TO_TRUST: ${{ secrets.SECRET_TOKEN }}
12+
WHO_TO_TRUST: ${{ secrets.UPLOAD_KEY }}
1313
if: env.WHO_TO_TRUST == 'TrustNo1'
1414
run: echo "I know what the secret token is!"

0 commit comments

Comments
 (0)