Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
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
Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services
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