From 507e4a6cd19ce896342fbf3033b192399e6c5e53 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Thu, 29 May 2025 10:18:16 -0700 Subject: [PATCH] grant more tools in workflow (#85) --- .github/workflows/claude.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index d5b1077..60ffbdf 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -34,3 +34,5 @@ jobs: uses: anthropics/claude-code-action@beta with: anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} + allowed_tools: "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)" + custom_instructions: "You have also been granted tools for editing files and running bun commands (install, run, test, typecheck) for testing your changes: bun install, bun test, bun run format, bun typecheck."