Skip to content

Commit 3049b5c

Browse files
thboophubwriterCopilot
authored
tiny change to remove incorrect whitespace in workflow yaml for oidc (#55440)
Co-authored-by: hubwriter <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 74b349a commit 3049b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/security-for-github-actions/security-hardening-your-deployments/configuring-openid-connect-in-cloud-providers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You can then use `curl` to retrieve a JWT from the {% data variables.product.pro
112112

113113
```yaml
114114
- run: |
115-
IDTOKEN=$(curl -H "Authorization: bearer {% raw %} ${{steps.script.outputs.TOKEN}}" ${{steps.script.outputs.IDTOKENURL}} {% endraw %} -H "Accept: application/json; api-version=2.0" -H "Content-Type: application/json" -d "{}" | jq -r '.value')
115+
IDTOKEN=$(curl -H "Authorization: Bearer {% raw %}${{steps.script.outputs.TOKEN}}" ${{steps.script.outputs.IDTOKENURL}} {% endraw %} -H "Accept: application/json; api-version=2.0" -H "Content-Type: application/json" -d "{}" | jq -r '.value')
116116
echo $IDTOKEN
117117
jwtd() {
118118
if [[ -x $(command -v jq) ]]; then

0 commit comments

Comments
 (0)