Skip to content

Commit 46afeb9

Browse files
committed
Fix permissions?
1 parent f6765bd commit 46afeb9

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,4 @@ jobs:
3636
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3737

3838
# 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(make:*)
51-
Bash(pytest:*)
52-
Bash(cd:*)
53-
Bash(ls:*)
54-
Bash(make)
55-
Bash(make:*)
56-
View
57-
GlobTool
58-
GrepTool
59-
BatchTool
60-
61-
# Your Anthropic API key (stored as a GitHub secret)
62-
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
39+
allowed_tools: "Bash(git status),Bash(git log),Bash(git show),Bash(git blame),Bash(git reflog),Bash(git stash list),Bash(git ls-files),Bash(git branch),Bash(git tag),Bash(git diff),Bash(make:*),Bash(pytest:*),Bash(cd:*),Bash(ls:*),Bash(make),Bash(make:*),View,GlobTool,GrepTool,BatchTool"

0 commit comments

Comments
 (0)