-
Notifications
You must be signed in to change notification settings - Fork 66.9k
Inconsistent usages of ACTIONS_ID_TOKEN_REQUEST_TOKEN and ACTIONS_RUNTIME_TOKEN #32573
Copy link
Copy link
Closed
Closed
Copy link
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issueneeds SMEThis proposal needs review from a subject matter expertThis proposal needs review from a subject matter experttriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
Metadata
Metadata
Assignees
Labels
actionsThis issue or pull request should be reviewed by the docs actions teamThis issue or pull request should be reviewed by the docs actions teamcontentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamfix-internallyTriggers a workflow to copy the issue internally and close the current issueTriggers a workflow to copy the issue internally and close the current issueneeds SMEThis proposal needs review from a subject matter expertThis proposal needs review from a subject matter experttriageDo not begin working on this issue until triaged by the teamDo not begin working on this issue until triaged by the teamwaiting for reviewIssue/PR is waiting for a writer's reviewIssue/PR is waiting for a writer's review
Type
Fields
Give feedbackNo fields configured for issues without a type.
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