Skip to content

Commit c9e39d3

Browse files
Merge branch 'main' into patch-1
2 parents eb2a26d + cd1a88d commit c9e39d3

29 files changed

Lines changed: 51558 additions & 1136 deletions

File tree

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())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1. In the upper-right corner of any page, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} Your {% data variables.product.prodname_copilot_short %}**.
1+
1. In the upper-right corner of any page, click your profile picture, then click **{% octicon "copilot" aria-hidden="true" aria-label="copilot" %} {% data variables.product.prodname_copilot_short %} settings**.

0 commit comments

Comments
 (0)