From f0af89b102390dcf10ce402195d74a98f24861f3 Mon Sep 17 00:00:00 2001 From: Michael Lehmann Date: Tue, 4 Feb 2025 16:27:51 -0800 Subject: [PATCH] fix: Dependabot autoapprove id-token write permission (#1285) * Fix automerge action syntax * Fix typo * Fix typo * Add brackets * add ID token permission --------- Co-authored-by: Tom Keller <1083460+kellertk@users.noreply.github.com> --- .github/workflows/dependabot-autoapprove.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-autoapprove.yml b/.github/workflows/dependabot-autoapprove.yml index 5bf3c8d..6ac9647 100644 --- a/.github/workflows/dependabot-autoapprove.yml +++ b/.github/workflows/dependabot-autoapprove.yml @@ -2,6 +2,7 @@ name: Dependabot auto-approve on: pull_request permissions: pull-requests: write + id-token: write jobs: dependabot: runs-on: ubuntu-latest