Skip to content

Commit f6309b3

Browse files
authored
Merge pull request #11570 from miyajan/patch-2
Remove duplicate "token.actions.githubusercontent.com:sub" key
2 parents 1e26067 + 38fb758 commit f6309b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-amazon-web-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ By default, the validation only includes the audience (`aud`) condition, so you
4444
"Condition": {
4545
"StringEquals": {
4646
"token.actions.githubusercontent.com:aud": "https://github.com/octo-org",
47-
"token.actions.githubusercontent.com:sub": "token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"
47+
"token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"
4848
```
4949

5050
## Updating your {% data variables.product.prodname_actions %} workflow

0 commit comments

Comments
 (0)