Skip to content

Commit a8024af

Browse files
authored
chore(claude): add some allowed tools to the claude github workflow agent (#2857)
1 parent 57ba252 commit a8024af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
4343
claude_args: |
4444
--model claude-opus-4-5-20251101
45+
--allowedTools "Bash(pnpm:*),Bash(turbo:*),Bash(git:*),Bash(gh:*),Bash(npx:*),Bash(docker:*),Edit,MultiEdit,Read,Write,Glob,Grep,LS,Task"
4546
4647
# Optional: Give a custom prompt to Claude. If this is not specified, Claude will perform the instructions specified in the comment that tagged it.
4748
# prompt: 'Update the pull request description to include a summary of changes.'
@@ -50,4 +51,3 @@ jobs:
5051
# See https://github.com/anthropics/claude-code-action/blob/main/docs/usage.md
5152
# or https://code.claude.com/docs/en/cli-reference for available options
5253
# claude_args: '--allowed-tools Bash(gh pr:*)'
53-

0 commit comments

Comments
 (0)