fix: add id-token permission to automerge

This commit is contained in:
Tom Keller 2024-11-06 15:30:39 -08:00 committed by GitHub
commit 97834a484a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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' &&