From 7e5a50b2de40365dcfa12d142730304b095abd35 Mon Sep 17 00:00:00 2001 From: Henry Park Date: Sun, 8 Mar 2026 15:03:06 -0700 Subject: [PATCH] fix(ci): add id-token:write permission for claude-code-action OIDC [skip-regression-check] The anthropics/claude-code-action@v1 requires OIDC token access for authentication. Without id-token:write permission, the action fails with "Could not fetch an OIDC token". Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/claude-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 8433ecef..540cf51d 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -31,6 +31,7 @@ on: permissions: contents: read issues: write + id-token: write # Required by anthropics/claude-code-action for OIDC jobs: review: