github · GitHub Actions Docs
Actions Creating workflow templates for your organization - GitHub Docs
Teaches how to create and manage reusable workflow templates that can be shared across an entire GitHub organization to standardize automation processes.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
Actions Creating workflow templates for your organization - GitHub Docs
Teaches how to create and manage reusable workflow templates that can be shared across an entire GitHub organization to standardize automation processes.
When To Use
Use when you need to standardize CI/CD processes across multiple repositories by providing pre-configured workflow templates for your organization members to use.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-reuse-automations-creating-workflow-templates-for-your-o-workflow-guide.md | A guide explaining how to create and manage reusable workflow templates for an organization using GitHub Actions. | Questions about a guide explaining how to create and manage reusable workflow templates for an organization using GitHub Actions. |
examples/actions-how-tos-reuse-automations-creating-workflow-templates-for-your-o.text | A YAML workflow configuration file demonstrating how to create a reusable template for an organization. | Exact payloads, commands, or snippets shown in A YAML workflow configuration file demonstrating how to create a reusable template for an organization. |
examples/actions-how-tos-reuse-automations-creating-workflow-templates-for-your-o-2.text | A YAML configuration file defining a reusable workflow template for an organization. | Exact payloads, commands, or snippets shown in A YAML configuration file defining a reusable workflow template for an organization. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Reuse automations / - Create workflow templates
- Main sections:
In this article,Creating workflow templates,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/reuse-automations/create-workflow-templates
