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
+1 -1
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: |