ci(workflow): update github token secret in claude translator workflow (#10074)

This commit is contained in:
Phantom 2025-09-09 22:54:51 +08:00 committed by GitHub
parent 493b0d4a11
commit 87bdfbeeeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ jobs:
uses: anthropics/claude-code-action@main
id: claude
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.TOKEN_GITHUB_WRITE }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
claude_args: '--allowed-tools Bash(gh issue:*),Bash(gh api:repos/*/issues:*)'
prompt: |