From 40d8f2f444cf7e20f021fa71be4dcbf2bba6ffdc Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Wed, 28 May 2025 21:10:22 -0700 Subject: [PATCH] grant more tools in workflow --- .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."