https://github.com/kununu/.github
A repo to hold the workflow templates for the Kununu organisation
https://github.com/kununu/.github
Last synced: 18 days ago
JSON representation
A repo to hold the workflow templates for the Kununu organisation
- Host: GitHub
- URL: https://github.com/kununu/.github
- Owner: kununu
- Created: 2025-02-04T12:44:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T18:58:32.000Z (11 months ago)
- Last Synced: 2025-02-14T19:37:11.478Z (11 months ago)
- Size: 133 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .github
> **Warning**: for this repo to work properly, it needs to be public. Dont share any sensitive information in your workflow templates.
This repository contains workflow templates and GitHub Actions to be reused in other repositories.
Workflows in the templates folder will be searchable in the GitHub UI when creating a new workflow. This is the only [special repository](https://docs.github.com/en/actions/sharing-automations/creating-workflow-templates-for-your-organization) that can do this.

## Repository Structure
- **workflow-templates/**: Workflow Templates to be searchable in the GitHub UI when creating a new workflow. Ideally they are based on reusable workflows and actions in the [shared-github-workflows](https://github.com/kununu/shared-github-workflows) repo only, but that is not a strict requirement.
## Usage
- [Use workflow templates](https://docs.github.com/en/actions/writing-workflows/using-workflow-templates)
## contribute
- [create reusable workflows](https://docs.github.com/en/actions/sharing-automations/reusing-workflows#creating-a-reusable-workflow)