Skip to content

k8sstormcenter/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

k8sstormcenter/actions

Shared GitHub Actions for the k8sstormcenter org.

Actions

Name Purpose
trigger-ado-pipeline Trigger a SovereignSOC ADO pipeline run via REST API

Usage from a consumer repo

- 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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors