We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c62785 commit 1d1848cCopy full SHA for 1d1848c
1 file changed
.github/workflows/claude.yml
@@ -25,9 +25,14 @@ jobs:
25
issues: write
26
actions: read
27
id-token: write
28
- uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@5fa75f2433542cc05a9c0f2777150628f2e14b9e # v0.5.0
+ uses: abnegate/claude-pr-owner/.github/workflows/orchestrator.yml@7138fd26ee7317ac1f05001eafeb41d371ba58a6 # v0.6.0
29
secrets:
30
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 }}
36
with:
37
improvement: true
38
healing: true
0 commit comments