mirror of
https://github.com/vinta/awesome-python.git
synced 2026-01-25 15:38:43 +00:00
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:
parent
43046d9848
commit
e05cd240c9
2
.github/workflows/claude-pr-review.yml
vendored
2
.github/workflows/claude-pr-review.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user