INTEGRATIONS
GitHub Actions integration
Add TrigGuard to CI authorization checks with deterministic decisions: PERMIT, DENY, SILENCE.
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