fix: add missing id-token: write permissions to issue triage workflow (#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>
This commit is contained in:
Han Fangyuan
2025-08-31 22:44:19 +08:00
committed by GitHub
parent 3ed14485f8
commit b60e3f0e60

View File

@@ -10,6 +10,7 @@ jobs:
permissions:
contents: read
issues: write
id-token: write
steps:
- name: Checkout repository