We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60feaff commit b1a8b43Copy full SHA for b1a8b43
content/actions/how-tos/secure-your-work/security-harden-deployments/oidc-in-cloud-providers.md
@@ -104,7 +104,7 @@ jobs:
104
with:
105
debug: true
106
script: |
107
- const token = process.env['ACTIONS_RUNTIME_TOKEN']
+ const token = process.env['ACTIONS_ID_TOKEN_REQUEST_TOKEN']
108
const runtimeUrl = process.env['ACTIONS_ID_TOKEN_REQUEST_URL']
109
core.setOutput('TOKEN', token.trim())
110
core.setOutput('IDTOKENURL', runtimeUrl.trim())
0 commit comments