Skip to content

Commit 109bb7e

Browse files
fix(workflow): allow bot actors in impl-repair
Add allowed_bots: '*' to both claude-code-action steps to allow repository_dispatch events from github-actions[bot]. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ee4adca commit 109bb7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/impl-repair.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
with:
117117
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
118118
claude_args: "--model opus"
119+
allowed_bots: '*'
119120
prompt: |
120121
Read `prompts/workflow-prompts/impl-repair-claude.md` and follow those instructions.
121122
@@ -133,6 +134,7 @@ jobs:
133134
with:
134135
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
135136
claude_args: "--model opus"
137+
allowed_bots: '*'
136138
prompt: |
137139
Read `prompts/workflow-prompts/impl-repair-claude.md` and follow those instructions.
138140

0 commit comments

Comments
 (0)