Skip to content

Commit b571305

Browse files
committed
Ease claude permissions
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 96e29f9 commit b571305

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,5 @@ jobs:
3737
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
3838

3939
claude_args: |
40-
--max-turns 10
41-
--allowedTools "Bash(go:*),Bash(golangci-lint:*),Bash(make:*),View,GlobTool,GrepTool,BatchTool,mcp__github"
40+
--allowedTools "Bash(go:*),Bash(golangci-lint:*),Bash(make:*),View,Edit,Write,GlobTool,GrepTool,BatchTool,mcp__github"
4241
--system-prompt "Follow our coding standards. Ensure tests and lints pass before making commits or PRs. Run 'make test' to verify all tests pass"

0 commit comments

Comments
 (0)