From 79c4ea081448ef47d001e67a66243ad9d15c4d80 Mon Sep 17 00:00:00 2001 From: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com> Date: Mon, 1 Dec 2025 17:06:04 +0100 Subject: [PATCH] fix(workflows): add id-token permission for validate-request workflow --- .github/workflows/bot-validate-request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bot-validate-request.yml b/.github/workflows/bot-validate-request.yml index 56ef40e1ef..af3b5cfab4 100644 --- a/.github/workflows/bot-validate-request.yml +++ b/.github/workflows/bot-validate-request.yml @@ -21,6 +21,7 @@ jobs: permissions: contents: read issues: write + id-token: write steps: - name: Check conditions