mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-09-03 06:05:04 +09:00
fix: add id-token permission to automerge
This commit is contained in:
@@ -8,6 +8,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
id-token: write
|
||||||
if: >-
|
if: >-
|
||||||
github.event.review.state == 'approved' &&
|
github.event.review.state == 'approved' &&
|
||||||
github.event.repository == 'aws/configure-aws-credentials' &&
|
github.event.repository == 'aws/configure-aws-credentials' &&
|
||||||
|
|||||||
Reference in New Issue
Block a user