From 97834a484a5ab3c40fa9e2eb40fcf8041105a573 Mon Sep 17 00:00:00 2001 From: Tom Keller <1083460+kellertk@users.noreply.github.com> Date: Wed, 6 Nov 2024 15:30:39 -0800 Subject: [PATCH] fix: add id-token permission to automerge --- .github/workflows/automerge-approved-prs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/automerge-approved-prs.yml b/.github/workflows/automerge-approved-prs.yml index b16bcba40..3cc02fd36 100644 --- a/.github/workflows/automerge-approved-prs.yml +++ b/.github/workflows/automerge-approved-prs.yml @@ -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' &&