+ 🌱 A collection of org-wide pipelines used by other repositories in this org.
Below is an example of how to use a pipeline (aka. workflow
) from this repository:
jobs:
my-job:
uses: jmpa-io/pipelines/.github/workflows/<workflow>.yml@main
with:
// add any variables that the workflow may require.
secrets:
// add any secrets that the workflow may require.