You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New optional caller secret `push_token`. When supplied, the consolidator uses it (instead of the built-in `GITHUB_TOKEN`) for the checkout + `git push`, so Claude's commits trigger downstream workflows (Tests, CodeQL, Linter, …). Without a `push_token`, GitHub suppresses `pull_request.synchronize` and `workflow_run` events for commits pushed with `GITHUB_TOKEN` and those checks stay dormant.
Callers that want CI coverage on Claude's pushes should create a PAT (or GitHub App token) with `contents: write` and pass it via `secrets: push_token: ${{ secrets.CLAUDE_PUSH_TOKEN }}`. When omitted, behavior is unchanged and the consolidator emits a warning so it's obvious why checks didn't re-run.