From 297309434d6838a103afcc8aa515aa6f10b7b5d3 Mon Sep 17 00:00:00 2001 From: Randolf Jung Date: Tue, 10 Mar 2026 18:00:33 -0700 Subject: [PATCH] fix: restore id-token permission for release notes workflow The claude-code-action requires id-token: write even when using ANTHROPIC_API_KEY directly. 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 db4ac90..48afa26 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -18,6 +18,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2