From a3e8df34cf641f70ed3eb6fcfe6cd9eea04bfc12 Mon Sep 17 00:00:00 2001 From: centdix <40307056+centdix@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:15:09 +0200 Subject: [PATCH] add missing perm (#6650) --- .github/workflows/git-commands.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/git-commands.yaml b/.github/workflows/git-commands.yaml index fe9289b68e..6307a341b3 100644 --- a/.github/workflows/git-commands.yaml +++ b/.github/workflows/git-commands.yaml @@ -124,6 +124,7 @@ jobs: contents: read pull-requests: read issues: read + id-token: write steps: - name: Checkout repository uses: actions/checkout@v4