Dashboard › publish › Distillation
a0975160-6ece-4334-86a1-16476be64984["lore_tm_v1_-ElLYBuIXKoEwRZHIgwnz_TCrbjsWUF7G4D-Voa5is8"]
Date: Aug 27, 2026
workflow_dispatch must always be allowed for manual recovery..github/workflows/publish.yml defines a cron schedule */5 * * * * (every 5 minutes) and an input with default value "0"..github/workflows/publish.yml contains a check-ci job with configured concurrency.RELEASE_TOKEN: ${{ steps.release-token.outputs.token }} and defines a gh_api_release() shell function that returns the underlying API-command exit code."publish: owner/repo[/path]@version", obtains repository commit/status information, and uses the commit-check link format https://github.com/{owner}/{repo}/commit/{SHA}/checks/."success", "neutral", and "skipped" check conclusions as passing; comments state all-zero counts mean CI has not started yet.ci-ready label when status is acceptable; a failure path removes ci-pending and a later path removes accepted.Check for remaining pending issues step that writes count=${count} to $GITHUB_OUTPUT.Get poller app token step using ${{ secrets.CI_POLLER_APP_PRIVATE_KEY }}.