Skip to content

Commit

Permalink
Merge pull request #97 from brefphp/fix-oidc
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli authored Jul 3, 2023
2 parents 698f718 + faddf12 commit 731428e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/aws/github-role.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ Resources:
Type: AWS::IAM::OIDCProvider
Properties:
Url: https://token.actions.githubusercontent.com
ThumbprintList: [6938fd4d98bab03faadb97b34396831e3780aea1]
ThumbprintList:
- '6938fd4d98bab03faadb97b34396831e3780aea1'
- '1c58a3a8518e8759bf075b76b750d4f2df264fcd'
ClientIdList:
- sts.amazonaws.com

Expand Down

0 comments on commit 731428e

Please sign in to comment.