Skip to content

Commit

Permalink
Add id-token permission to example (#9)
Browse files Browse the repository at this point in the history
According to [doc][1], to use OIDC assume role, pipeline should have id-token write permission.

[1]: https://github.com/aws-actions/configure-aws-credentials?tab=readme-ov-file#oidc
  • Loading branch information
kuzaxak authored May 9, 2024
1 parent 28e7826 commit 66bc3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ You have to create an IAM role first for authenticating Bedrock API. You can use
name: Code Review

permissions:
id-token: write
contents: read
pull-requests: write

Expand Down

0 comments on commit 66bc3b6

Please sign in to comment.