diff --git a/README.md b/README.md index e980244dc..879189ec1 100644 --- a/README.md +++ b/README.md @@ -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]