Skip to content

Commit 3e19f1c

Browse files
fix provider URL (#907)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 41b08e5 commit 3e19f1c

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
@@ -151,7 +151,7 @@ and outputs.
151151

152152
Some of this documentation may be inaccurate if you are using GHES (GitHub Enterprise Servers), please take note to review the GitHub documentation when relevant.
153153

154-
For example, the URL that the OIDC JWT is issued from is different than the usual `tokens.actions.githubusercontent.com`, and will be unique to your enterprise server. As a result, you will need to configure this differently when you create the Identity Provider.
154+
For example, the URL that the OIDC JWT is issued from is different than the usual `token.actions.githubusercontent.com`, and will be unique to your enterprise server. As a result, you will need to configure this differently when you create the Identity Provider.
155155

156156
## Security recommendations
157157

@@ -325,7 +325,7 @@ created once per account (i.e. multiple IAM Roles that can be assumed by the
325325
GitHub's OIDC can share a single OIDC Provider).
326326

327327
Note that the thumbprint has been set to all F's because the thumbprint is not
328-
used when authenticating `tokens.actions.githubusercontent.com`. Instead, IAM
328+
used when authenticating `token.actions.githubusercontent.com`. Instead, IAM
329329
uses its library of trusted CAs to authenticate. However, this value is still
330330
required by the API.
331331

0 commit comments

Comments
 (0)