Report Automation GitHub Check
Reports an automation run’s verdict on one of the GitHub check runs it owns. Requires in-workspace credentials (engine secret plus X-Workspace-Id): the calling workspace identifies the run that owns the check, so a check run ID is not a capability to write to any check in the organization. Replicas re-verifies ownership under the same lock every other writer takes before writing to GitHub, so a verdict from a run that has since been superseded is discarded rather than applied.
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Organization → Settings → API Keys.
Path Parameters
GitHub check run ID, as given to the agent in its prompt.
Body
Ownership token for this check run, as given to the agent in its prompt. Names which run the verdict came from, so a superseded run's verdict is discarded instead of overwriting a newer one.
Only the two conclusions a merge gate reads unambiguously are accepted.
success, failure One-line verdict shown on the check.
What was checked and why it passed or failed. Defaults to the title.