Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xela92 authored Aug 5, 2024
1 parent dada952 commit bd2d054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

0 comments on commit bd2d054

Please sign in to comment.