Skip to content

Commit e600ed8

Browse files
authored
Merge pull request #40569 from github/repo-sync
Repo sync
2 parents 8c932bf + d5f0399 commit e600ed8

File tree

28 files changed

+51557
-1135
lines changed

28 files changed

+51557
-1135
lines changed

content/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-cloud-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
debug: true
106106
script: |
107-
const token = process.env['ACTIONS_RUNTIME_TOKEN']
107+
const token = process.env['ACTIONS_ID_TOKEN_REQUEST_TOKEN']
108108
const runtimeUrl = process.env['ACTIONS_ID_TOKEN_REQUEST_URL']
109109
core.setOutput('TOKEN', token.trim())
110110
core.setOutput('IDTOKENURL', runtimeUrl.trim())

0 commit comments

Comments
 (0)