Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-y-ito committed Nov 5, 2023
1 parent 8771d78 commit bffebb8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,17 +90,17 @@ jobs:
### Create an identity provider in the AWS IAM console
1. Navigate to the Identity Providers page in the AWS IAM console
2. Add a provider with the following properties:
* Provider type: OpenID Connect
* Provider URL: https://token.actions.githubusercontent.com
* Audience: sts.amazonaws.com
* Provider type: OpenID Connect
* Provider URL: https://token.actions.githubusercontent.com
* Audience: sts.amazonaws.com
### Assign a role to the identity provider
1. Navigate to the identity provider details page created in the previous step
2. Hit the "Assign role" button
3. Create a new role with the following properties:
* Trusted entity type: Web identity
* Identity provider: the identity provider you created in step 3
* Audience: the audience you specified in step 3
* GitHub organization: your GitHub username or organization name
* Trusted entity type: Web identity
* Identity provider: the identity provider you created in step 3
* Audience: the audience you specified in step 3
* GitHub organization: your GitHub username or organization name
4. Add right permissions
5. Name the role and create it
6. Make sure the GitHub identity provider is added to the role's trusted relationships
Expand Down

0 comments on commit bffebb8

Please sign in to comment.