feat: allow gh/npm/pnpm/git CLI tools in Claude Code label-trigger job
This commit is contained in:
parent
a8fe178dc6
commit
b71fe338c5
1 changed files with 2 additions and 0 deletions
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
|
|
@ -92,3 +92,5 @@ jobs:
|
|||
additional_permissions: |
|
||||
actions: read
|
||||
prompt: ${{ steps.get-prompt.outputs.prompt }}
|
||||
# Allow gh CLI for issue management, npm for publishing
|
||||
claude_args: '--allowedTools "Bash(gh:*)" "Bash(npm:*)" "Bash(pnpm:*)" "Bash(git:*)"'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue