From f6445e06fc3e22fa6ab08adf5e27f8c1e08faeab Mon Sep 17 00:00:00 2001 From: Tom Keller Date: Fri, 9 Feb 2024 17:00:57 -0800 Subject: [PATCH] chore: minor README update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f83bdbf..8435925 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ You can specify the audience through the `audience` input: ### Configuring IAM to trust GitHub To use GitHub's OIDC provider, you must first set up federation -with the provider in as an IAM IdP. The GitHub OIDC provider only needs to be +with the provider as an IAM IdP. The GitHub OIDC provider only needs to be created once per account (i.e. multiple IAM Roles that can be assumed by the GitHub's OIDC can share a single OIDC Provider). Here is a sample CloudFormation template that will configure this trust for you.