Skip to content

Commit c6f003d

Browse files
authored
Update github oidc token url in cfn template
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
1 parent 9aaa1da commit c6f003d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,13 @@ Resources:
145145
Federated: !Ref GithubOidc
146146
Condition:
147147
StringLike:
148-
vstoken.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:*
148+
token.actions.githubusercontent.com:sub: !Sub repo:${GitHubOrg}/${RepositoryName}:*
149149
150150
GithubOidc:
151151
Type: AWS::IAM::OIDCProvider
152152
Condition: CreateOIDCProvider
153153
Properties:
154-
Url: https://vstoken.actions.githubusercontent.com
154+
Url: https://token.actions.githubusercontent.com
155155
ClientIdList: [sigstore]
156156
ThumbprintList: [a031c46782e6e6c662c2c87c76da9aa62ccabd8e]
157157

0 commit comments

Comments
 (0)