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-cloud-providers
What part(s) of the article would you like to see updated?
First it says using environment variable ACTIONS_ID_TOKEN_REQUEST_TOKEN:
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers#adding-permissions-settings
Using environment variables on the runner (ACTIONS_ID_TOKEN_REQUEST_URL and ACTIONS_ID_TOKEN_REQUEST_TOKEN).
Later on, it says using ACTIONS_RUNTIME_TOKEN:
https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers#using-custom-actions
Alternatively, you can use the following environment variables to retrieve the token: ACTIONS_RUNTIME_TOKEN, ACTIONS_ID_TOKEN_REQUEST_URL.
I checked in an actual run and saw they contain the same value, but the document should be consistent on which environment variable should be used.
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-cloud-providers
What part(s) of the article would you like to see updated?
First it says using environment variable
ACTIONS_ID_TOKEN_REQUEST_TOKEN:https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers#adding-permissions-settings
Later on, it says using
ACTIONS_RUNTIME_TOKEN:https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers#using-custom-actions
I checked in an actual run and saw they contain the same value, but the document should be consistent on which environment variable should be used.
Additional information
No response