From 07a27c3e4561fa5199afc3534845ca57230143e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Bedi?= Date: Fri, 21 Nov 2025 13:51:25 +0100 Subject: [PATCH] Update permissions in GitHub Actions workflow to include id-token write access for create-github-app-token (#533) --- .github/workflows/update-create-plugin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-create-plugin.yml b/.github/workflows/update-create-plugin.yml index 6d553591..9b4a980e 100644 --- a/.github/workflows/update-create-plugin.yml +++ b/.github/workflows/update-create-plugin.yml @@ -7,6 +7,7 @@ on: permissions: contents: write + id-token: write # Needed for create-github-app-token pull-requests: write jobs: