Shared GitHub Actions for the k8sstormcenter org.
| Name | Purpose |
|---|---|
trigger-ado-pipeline |
Trigger a SovereignSOC ADO pipeline run via REST API |
- uses: k8sstormcenter/actions/trigger-ado-pipeline@main
with:
org: ${{ vars.ADO_ORG }}
project: ${{ vars.ADO_PROJECT }}
pipeline_id: ${{ vars.ADO_PIPELINE_EDGE }}
pat: ${{ secrets.ADO_PAT }}
cluster: edge4
action: reset
wait: 'true'The canonical source of trigger-ado-pipeline is the ADO SovereignSOC repo
(.github/actions/trigger-ado-pipeline/). This GH repo is a mirror for
consumer-side uses: references — keep them in sync when editing.