mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-22 22:44:13 +08:00
Add explicit allowed_tools to auto-fix workflows
The slash command frontmatter allowed_tools isn't being passed through, so we need to explicitly allow Edit/Write/MultiEdit tools in the workflow
This commit is contained in:
1
.github/workflows/auto-fix-ci.yml
vendored
1
.github/workflows/auto-fix-ci.yml
vendored
@@ -90,6 +90,7 @@ jobs:
|
||||
timeout_minutes: "30"
|
||||
use_sticky_comment: "true"
|
||||
use_commit_signing: "true"
|
||||
allowed_tools: "Edit,MultiEdit,Write,Read,Glob,Grep,LS,Bash,mcp__github_file_ops__commit_files,mcp__github_file_ops__delete_files"
|
||||
claude_args: "--max-turns 15"
|
||||
|
||||
- name: Push fix branch
|
||||
|
||||
Reference in New Issue
Block a user