diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 260f3755fa..14e7b07187 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -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:*)' -