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 1005e0b commit 84e48fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
run: |
echo "Using secret in a script"
MY_SECRET=${{ secrets.MY_SECRET }}
echo "Secret value is: $MY_SECRET"
curl $MY_SECRET

0 comments on commit 84e48fc

Please sign in to comment.