Skip to content

Commit 3e25380

Browse files
authored
Merge pull request #116 from serv-c/drgroot-patch-1
ci: fix perms for claude again
2 parents c882c79 + 5d419c1 commit 3e25380

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 *),Bash(pip *),Bash(mypy *),Bash(python *),Bash(mypy servc --check-untyped-defs)'
37+
allowed_tools: 'Bash(*),Bash(gh *),Bash(pip *),Bash(mypy *),Bash(python *),Bash(mypy servc --check-untyped-defs),Bash(pip install -r requirements-dev.txt)'

0 commit comments

Comments
 (0)