// WORKFLOW EXAMPLE
Minimal workflow step
- name: TrigGuard authorization
uses: trigguard-ai/authorization-action@v1
with:
surface: repo.push
// DECISION CONTRACT
What this enforces
- PERMIT - workflow continues
- DENY - workflow stops
- SILENCE - workflow stops
// NEXT DOCS
