From e05cd240c94362319fd39e65ae0f353b6d34408a Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 12:38:19 +0800 Subject: [PATCH] docs: clarify id-token permission comment in workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update comment to better reflect the actual purpose of the id-token permission for Claude GitHub app functionality. 🤖 Generated with Claude Code (https://claude.ai/code) Co-Authored-By: Claude --- .github/workflows/claude-pr-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index 03358e6..53a51d2 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -21,7 +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 + id-token: write # Required for Claude GitHub app to function steps: - name: Checkout repository