Fix env var name

This commit is contained in:
Daniel Lindmark 2024-05-20 18:00:50 -05:00
parent 383a5744cb
commit 2b39a2db17

View File

@ -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"