-
Notifications
You must be signed in to change notification settings - Fork 60.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OIDC cloud-specific docs are missing environment variables #11620
Comments
Thanks for opening this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
@aripollak |
|
@aripollak - Thanks for raising this issue. |
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
The text was updated successfully, but these errors were encountered: