Skip to content

Commit b60e3f0

Browse files
fix: add missing id-token: write permissions to issue triage workflow (anthropics#519)
Fixes the OIDC authentication issue by adding the required id-token: write permission to the GitHub Actions workflow for issue triage. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
1 parent 3ed1448 commit b60e3f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/issue-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
permissions:
1111
contents: read
1212
issues: write
13+
id-token: write
1314

1415
steps:
1516
- name: Checkout repository

0 commit comments

Comments
 (0)