docs: clarify id-token permission comment in workflow

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 <noreply@anthropic.com>
This commit is contained in:
Vinta Chen 2026-01-08 12:38:19 +08:00
parent 43046d9848
commit e05cd240c9
No known key found for this signature in database
GPG Key ID: B93DE4F003C33630

View File

@ -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