From e7b220bda1b1211954ecadb7a393f02c0297f82b Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 4 Jan 2026 18:59:22 +0000 Subject: [PATCH] Fix Claude Code Action permissions for OIDC token Add id-token: write permission required for GitHub authentication. --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 745c3b5a..2b798d1a 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -7,6 +7,7 @@ on: permissions: contents: read pull-requests: write + id-token: write jobs: claude-code-review: