mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-01 04:47:33 +08:00
ci: add id-token write permission for OIDC authentication
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 <noreply@anthropic.com>
This commit is contained in:
@@ -21,6 +21,7 @@ jobs:
|
|||||||
pull-requests: write
|
pull-requests: write
|
||||||
issues: read
|
issues: read
|
||||||
actions: read # Required for Claude to read CI results on PRs
|
actions: read # Required for Claude to read CI results on PRs
|
||||||
|
id-token: write # Required for OIDC authentication with GitHub
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
|
|||||||
Reference in New Issue
Block a user