From 8095dcdb19f7d1c6640d275134795009baf7af3e Mon Sep 17 00:00:00 2001 From: Randolf Jung Date: Sun, 22 Feb 2026 20:58:38 -0800 Subject: [PATCH] ci: add id-token: write permission to release-notes workflow Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/release-notes.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index 32bc373..1189e31 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -14,6 +14,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write steps: - name: Checkout uses: actions/checkout@v4