From 37f5543283d90e22180774f387e24e226f799ac1 Mon Sep 17 00:00:00 2001 From: km-anthropic Date: Wed, 16 Jul 2025 09:53:51 -0700 Subject: [PATCH] update claude.yml to test --- .github/workflows/claude.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 35d9fe3..cde85f6 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -31,9 +31,14 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@beta + uses: ./ 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." model: "claude-opus-4-20250514" + # Test network restrictions + allowed_domains: | + .anthropic.com + .github.com + .githubusercontent.com