Closed
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
In the "Requesting the access token" section, the places that use environment variables just show $
instead of the actual environment variables, like:
aws-region: $
should show
aws-region: ${{ env.AWS_REGION }}
Additional information
No response