Skip to content

Commit 95bd564

Browse files
authored
Fix the glob for allowed claude tools (#1755)
1 parent 38a9201 commit 95bd564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smart-docs-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,6 @@ jobs:
188188
claude_args: |
189189
--max-turns 40
190190
--model claude-sonnet-4-20250514
191-
--allowed-tools "Bash(curl:*),Bash(gh:*),Grep,Read,Write,glob"
191+
--allowed-tools "Bash(curl*),Bash(gh*),Grep,Read,Write,glob"
192192
193193

0 commit comments

Comments
 (0)