From 7d215c37a53bcfe9b891491576c34885110a7dba Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 12:14:04 +0800 Subject: [PATCH] ci: add id-token write permission for OIDC authentication MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable OIDC authentication in Claude PR review workflow by adding id-token write permission. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/claude-pr-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 5e7702dc..740fa33b 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -21,6 +21,7 @@ jobs: pull-requests: write issues: read actions: read # Required for Claude to read CI results on PRs + id-token: write # Required for OIDC authentication with GitHub steps: - name: Checkout repository