mirror of
https://staging.allspice.dev/AllSpice-Demos/Actions-demo.git
synced 2025-04-23 17:03:42 +00:00
Fix env var name
This commit is contained in:
parent
383a5744cb
commit
2b39a2db17
@ -33,4 +33,4 @@ jobs:
|
||||
echo "Store API Tokens in secrets and use them in the workflow without exposing them"
|
||||
echo "Secrets are not printed to the terminal for security reasons and will be replaced with ***"
|
||||
echo "Using secret from /settings/actions/secrets YOUR_SECRET=${{ secrets.YOUR_SECRET }}"
|
||||
echo "Using secret from stored envrironmental variable ENV_SECRET=$YOUR_SECRET"
|
||||
echo "Using secret from stored envrironmental variable ENV_SECRET=$ENV_SECRET"
|
Loading…
Reference in New Issue
Block a user