1
0
mirror of synced 2026-02-02 15:02:03 -05:00

Merge pull request #7301 from MaxFlanders/patch-1

Update sharing-workflows-with-your-organization.md
This commit is contained in:
mc
2021-06-14 07:55:01 +01:00
committed by GitHub

View File

@@ -21,7 +21,13 @@ If you need to share workflows and other {% data variables.product.prodname_acti
### Creating a workflow template
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows. Workflow templates can be used to create new workflows in an organizations' public repositories; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan.
Workflow templates can be created by users with write access to the organization's `.github` repository. The templates can then be used by organization members who have permission to create workflows.
{% note %}
**Note:** Workflow templates can be used to create new workflows in an organization' s public repository; to use templates to create workflows in private repositories, the organization must be part of an enterprise plan.
{% endnote %}
This procedure demonstrates how to create a workflow template and metadata file. The metadata file describes how the template is presented to users when they are creating a new workflow.