Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmpa-io/pipelines

🌱 A collection of org-wide pipelines used by other repositories in this org.
https://github.com/jmpa-io/pipelines

actions monorepo org-wide-resource workflows

Last synced: 5 days ago
JSON representation

🌱 A collection of org-wide pipelines used by other repositories in this org.

Awesome Lists containing this project

README

        



## `pipelines`

```diff
+ 🌱 A collection of org-wide pipelines used by other repositories in this org.
```

GitHub License
[![CI/CD](https://github.com/jmpa-io/templates/actions/workflows/.github/workflows/cicd.yml/badge.svg)](https://github.com/jmpa-io/templates/actions/workflows/.github/workflows/cicd.yml)
[![Automerge](https://github.com/jmpa-io/templates/actions/workflows/.github/workflows/dependabot-automerge.yml/badge.svg)](https://github.com/jmpa-io/templates/actions/workflows/.github/workflows/dependabot-automerge.yml)

## `Usage`

Below is an example of how to use a pipeline (aka. `workflow`) from this repository:

```yaml
jobs:
my-job:
uses: jmpa-io/pipelines/.github/workflows/.yml@main
with:
// add any variables that the workflow may require.
secrets:
// add any secrets that the workflow may require.
```