From b7db1963362c024d2620bbd38a24741c25580958 Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 30 Jul 2024 10:43:56 +0200 Subject: [PATCH] Add permission to request JWT for Dependabot automerge --- .github/workflows/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 7c9adbc..2c43ead 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -4,7 +4,7 @@ on: pull_request_target jobs: dependabot: permissions: - id-token: read + id-token: write pull-requests: write runs-on: ubuntu-latest if: github.actor == 'dependabot[bot]'