Skip to content

Commit 183dc96

Browse files
authored
Update claude.yml
1 parent 2e69354 commit 183dc96

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/workflows/claude.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,24 @@ jobs:
3535
with:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737

38+
# Define which tools Claude can use
39+
allowed_tools: |
40+
Bash(git status)
41+
Bash(git log)
42+
Bash(git show)
43+
Bash(git blame)
44+
Bash(git reflog)
45+
Bash(git stash list)
46+
Bash(git ls-files)
47+
Bash(git branch)
48+
Bash(git tag)
49+
Bash(git diff)
50+
Bash(uv:*)
51+
Bash(uv run:*)(
52+
Bash(cd:*)
53+
Bash(grep:*)
54+
Bash(ls:*)
55+
View
56+
GlobTool
57+
GrepTool
58+
BatchTool

0 commit comments

Comments
 (0)