Skip to content

Commit fa0ad43

Browse files
authored
Merge pull request #109 from serv-c/drgroot-patch-1
ci: give claude perms to run python
2 parents d270f1f + 532c5a5 commit fa0ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
with:
3535
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
3636
timeout_minutes: "60"
37-
allowed_tools: 'Bash(*),Bash(gh *)'
37+
allowed_tools: 'Bash(*),Bash(gh *),Bash(pip *),Bash(mypy *),Bash(python *)'

0 commit comments

Comments
 (0)