1
0
mirror of synced 2026-01-03 06:04:16 -05:00

combine best of two worlds

This commit is contained in:
Conrad Tötterman
2021-11-19 18:33:58 +02:00
committed by GitHub
parent b092ab95b9
commit 7002fa0ca9

View File

@@ -42,7 +42,8 @@ By default, the validation only includes the audience (`aud`) condition, so you
```json{:copy}
"Condition": {
"StringEquals": {
"ForAllValues:StringEquals": {
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com",
"token.actions.githubusercontent.com:sub": "repo:octo-org/octo-repo:ref:refs/heads/octo-branch"
}
}