Skip to content

Commit

Permalink
Update github oidc token url in cfn template
Browse files Browse the repository at this point in the history
This commit updates the example "IAM Role CloudFormation Template" with the new github oidc token url.
See issue aws-actions#280 for further explanation: aws-actions#280
  • Loading branch information
mitch-keenan authored Oct 6, 2021
1 parent 9aaa1da commit c6f003d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,13 +145,13 @@ Resources:
Federated: !Ref GithubOidc
Condition:
StringLike:
vstoken.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:*
token.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:*
GithubOidc:
Type: AWS::IAM::OIDCProvider
Condition: CreateOIDCProvider
Properties:
Url: https://vstoken.actions.githubusercontent.com
Url: https://token.actions.githubusercontent.com
ClientIdList: [sigstore]
ThumbprintList: [a031c46782e6e6c662c2c87c76da9aa62ccabd8e]
Expand Down

0 comments on commit c6f003d

Please sign in to comment.