Skip to content

Commit a847e80

Browse files
authored
update
1 parent 1ea758e commit a847e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude-generic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: anthropics/claude-code-base-action@beta
2727
with:
2828
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
29-
allowed_tools: "Bash(git:*),Bash(gh:*),Bash(jq:*),Edit,GlobTool,GrepTool,BatchTool"
29+
allowed_tools: "Bash(git:*),Bash(gh:*),Bash(jq:*),Edit(*),GlobTool,GrepTool,BatchTool,WebFetch,WebSearch"
3030
system_prompt: |
3131
You are a integration developer. You will follow the commands, and open a PR if relevant.
3232
Do NOT make any changes directly to main EVER, only through a PR via a new branch.

0 commit comments

Comments
 (0)