chore(claude): add some allowed tools to the claude github workflow agent (#2857)

This commit is contained in:
Eric Allam
2026-01-09 10:17:29 +00:00
committed by GitHub
parent 57ba2528b2
commit a8024afd0a
+1 -1
View File
@@ -42,6 +42,7 @@ jobs:
claude_args: |
--model claude-opus-4-5-20251101
--allowedTools "Bash(pnpm:*),Bash(turbo:*),Bash(git:*),Bash(gh:*),Bash(npx:*),Bash(docker:*),Edit,MultiEdit,Read,Write,Glob,Grep,LS,Task"
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
# prompt: 'Update the pull request description to include a summary of changes.'
@@ -50,4 +51,3 @@ jobs:
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
# or https://code.claude.com/docs/en/cli-reference for available options
# claude_args: '--allowed-tools Bash(gh pr:*)'