ci: pass allowed tools through claude args (#1552)

This commit is contained in:
Minh Vu
2026-08-07 07:57:29 -07:00
committed by GitHub
parent 4c4309a064
commit 5dd098c551
2 changed files with 3 additions and 3 deletions
@@ -59,7 +59,7 @@ jobs:
anthropic_service_account_id: ${{ vars.ANTHROPIC_SERVICE_ACCOUNT_ID }}
path_to_claude_code_executable: /home/runner/.local/bin/claude
path_to_bun_executable: /home/runner/.bun/bin/bun
allowed_tools: "LS,Read"
claude_args: '--allowedTools "LS,Read"'
- name: Verify custom executables worked
run: |