Skip to main content

Usage

Paste this into your README.md:
The badge shows the real-time pass/block rate for a specific workflow. It goes green when the last run passed, red when blocked, grey when no data.

Badge URL Format

  • team_id — your team identifier from enact.cloud
  • workflow_name — must match the workflow name registered in EnactClient

Badge States

Notes

  • The badge endpoint is public — no API key required (it only reveals pass/block state, not receipt contents)
  • Ordering uses rowid DESC — handles same-second inserts correctly
  • Safe to embed in public READMEs