Back to Registry

ci.github.workflow_passed

HARD

Verifies that a specific GitHub Actions workflow completed successfully.

Scorecard

Determinismdeterministic
Evidence Qualityapi-state
Intended Useeval-and-train
Gating RequiredNo
Permissions
api:github

Test Fixtures

9 total
TypeCount
Positive3
Negative3
Adversarial3

Metadata

Version0.1.0
Domainci
Task Typeworkflow_verification
Contributorvr.dev
SourcearXiv:2310.06770

Use in SDK

# CLI
vr verify --verifier ci.github.workflow_passed --ground-truth '{"order_id": "ORD-42"}'

# Python
from vrdev import verify
result = verify("ci.github.workflow_passed", ground_truth={"order_id": "ORD-42"})

# API
curl -X POST https://api.vr.dev/v1/verify \
  -H "X-API-Key: vr_live_..." \
  -d '{"verifier": "ci.github.workflow_passed", "ground_truth": {"order_id": "ORD-42"}}'
Verifier Registry | vr.dev