mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-08 10:47:08 +00:00
fix: add id-token permission to automerge
This commit is contained in:
parent
16ffc4e9d9
commit
97834a484a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/automerge-approved-prs.yml
vendored
1
.github/workflows/automerge-approved-prs.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
id-token: write
|
||||
if: >-
|
||||
github.event.review.state == 'approved' &&
|
||||
github.event.repository == 'aws/configure-aws-credentials' &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue