mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 15:05:39 +00: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:
parent
026e658679
commit
7d215c37a5
1 changed files with 1 additions and 0 deletions
1
.github/workflows/claude-pr-review.yml
vendored
1
.github/workflows/claude-pr-review.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue