Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jmpa-io/pipelines
- Owner: jmpa-io
- License: mit
- Created: 2022-03-27T01:28:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T22:16:22.000Z (17 days ago)
- Last Synced: 2025-01-09T23:23:22.999Z (17 days ago)
- Topics: actions, monorepo, org-wide-resource, workflows
- Language: Makefile
- Homepage:
- Size: 9.16 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## `pipelines`
```diff
+ 🌱 A collection of org-wide pipelines used by other repositories in this org.
```
[![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.
```