Skip to content

Commit a99718b

Browse files
guntripCopilot
andauthored
[EDI] Creating workflow templates for your organization (#56763)
Co-authored-by: Copilot <[email protected]>
1 parent 7d51a67 commit a99718b

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

content/actions/how-tos/sharing-automations/creating-workflow-templates-for-your-organization.md

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,14 @@ type: tutorial
1616
topics:
1717
- Workflows
1818
- CI
19+
permissions: Write access to the organization's public `.github` repository. Templates can be used by organization members who have permission to create workflows.
1920
---
2021

2122
{% data reusables.actions.enterprise-github-hosted-runners %}
2223

23-
## Overview
24-
25-
{% data reusables.actions.workflow-organization-templates %}
26-
27-
{% data reusables.actions.workflow-templates-categories %}
28-
29-
> [!NOTE]
30-
> Because workflow templates require a public `.github` repository, they are not available for {% data variables.product.prodname_emus %}.
31-
32-
## Creating a workflow template
33-
34-
Workflow templates can be created by users with write access to the organization's _public_ `.github` repository. These can then be used by organization members who have permission to create workflows.
35-
36-
{% ifversion fpt %}
37-
Workflow templates created by users can only be used to create workflows in public repositories. Organizations using {% data variables.product.prodname_ghe_cloud %} can also use workflow templates to create workflows in private repositories. For more information, see the [{% data variables.product.prodname_ghe_cloud %} documentation](/enterprise-cloud@latest/actions/using-workflows/creating-starter-workflows-for-your-organization).
38-
{% endif %}
39-
4024
> [!NOTE]
41-
> To avoid duplication among workflow templates you can call reusable workflows from within a workflow. This can help make your workflows easier to maintain. For more information, see [AUTOTITLE](/actions/using-workflows/reusing-workflows).
25+
> * Because workflow templates require a public `.github` repository, they are not available for {% data variables.product.prodname_emus %}.
26+
> * To avoid duplication among workflow templates you can call reusable workflows from within a workflow. This can help make your workflows easier to maintain. For more information, see [AUTOTITLE](/actions/using-workflows/reusing-workflows).
4227
4328
This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the workflow templates will be presented to users when they are creating a new workflow.
4429

0 commit comments

Comments
 (0)