mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-13 18:17:11 -04:00
fix: add id-token permission to automerge
This commit is contained in:
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' &&
|
||||
|
||||
Reference in New Issue
Block a user