Skip to content

Commit

Permalink
example - secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
chaladak committed May 21, 2024
1 parent 84e48fc commit 29b5470
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@ jobs:
- name: Use secret in a script
run: |
echo "Using secret in a script"
MY_SECRET=${{ secrets.MY_SECRET }}
curl $MY_SECRET
curl ${{ secrets.MY_SECRET }}

0 comments on commit 29b5470

Please sign in to comment.