1
0
mirror of synced 2026-01-02 21:04:32 -05:00

Merge pull request #27251 from github/aws-iam-actions

Minor change to IAM Policy example
This commit is contained in:
Sophie
2022-04-29 10:07:26 +02:00
committed by GitHub

View File

@@ -42,7 +42,7 @@ Edit the trust relationship to add the `sub` field to the validation conditions.
```json{:copy}
"Condition": {
"ForAllValues:StringEquals": {
"StringEquals": {
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com",
"token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"
}