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:
parent
536d74a854
commit
a44c75d118
1
.github/workflows/auto-fix-ci-inline.yml
vendored
1
.github/workflows/auto-fix-ci-inline.yml
vendored
@ -148,6 +148,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
|
||||
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user