https://github.com/okdp/gh-workflows
Collection of github actions reusable workflow and actions
https://github.com/okdp/gh-workflows
ci cicd github-actions okdp
Last synced: 3 months ago
JSON representation
Collection of github actions reusable workflow and actions
- Host: GitHub
- URL: https://github.com/okdp/gh-workflows
- Owner: OKDP
- License: apache-2.0
- Created: 2024-07-16T11:58:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T15:17:16.000Z (10 months ago)
- Last Synced: 2025-01-12T20:12:13.138Z (4 months ago)
- Topics: ci, cicd, github-actions, okdp
- Homepage: https://okdp.io
- Size: 56.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/okdp/gh-workflows/actions/workflows/release-please.yml)
![]()
Collection of github actions [reusable workflows](https://docs.github.com/en/actions/using-workflows/reusing-workflows) and [actions](https://docs.github.com/en/actions/creating-actions/about-custom-actions#about-custom-actions) shared by the OKDP platform components (helm charts, docker images, etc)
# Using the reusable workflows
The example below shows how to reuse the workflow ```helm-lint.yml``` with the version ```main``` in your github repository:
```console
name: ci
on:
push:
jobs:
ci:
name: ci
uses: okdp/workflows/.github/gh-workflows/helm-lint-template.yml@v1
```