Skip to content

Commit e9eb3bc

Browse files
authored
Merge pull request #868 from utopia-php/chore-bump-claude-pr-owner-0.4.2
(chore): pin claude-pr-owner to v0.6.0
2 parents c87a9a4 + 1d1848c commit e9eb3bc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/claude.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,14 @@ jobs:
2525
issues: write
2626
actions: read
2727
id-token: write
28-
uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@6e883b07b6c3c8df9acca65d08909a470cb4fd4c # v0.4.1
28+
uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@7138fd26ee7317ac1f05001eafeb41d371ba58a6 # v0.6.0
2929
secrets:
3030
oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
31+
# PAT with `contents: write` on this repo. Without this, commits pushed
32+
# by the consolidator (authenticated with GITHUB_TOKEN) do not trigger
33+
# workflow_run/synchronize events, so Tests/CodeQL/Linter stay dormant
34+
# on Claude's fixes.
35+
push_token: ${{ secrets.CLAUDE_PUSH_TOKEN }}
3136
with:
3237
improvement: true
3338
healing: true

0 commit comments

Comments
 (0)