Co-authored-by: jc-clark <jc-clark@github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> Co-authored-by: sunbrye <sunbrye@github.com>
2.6 KiB
title, intro, versions, type, topics, shortTitle, redirect_from
| title | intro | versions | type | topics | shortTitle | redirect_from | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Sharing actions and workflows with your enterprise | You can share an action or reusable workflow with your enterprise without publishing the action or workflow publicly. |
|
tutorial |
|
Share with your enterprise |
|
About {% data variables.product.prodname_actions %} access to internal {% ifversion private-actions %}and private {% endif %}repositories
If your organization is owned by an enterprise account, you can share actions and reusable workflows within your enterprise, without publishing them publicly, by allowing {% data variables.product.prodname_actions %} workflows to access an internal {% ifversion private-actions %}or private {% endif %}repository that contains the action or reusable workflow.
Any actions or reusable workflows stored in the internal {% ifversion private-actions %}or private {% endif %}repository can be used in workflows defined in other internal or private repositories owned by the same organization, or by any organization owned by the enterprise. Actions and reusable workflows stored in internal repositories cannot be used in public repositories {% ifversion private-actions %}and actions and reusable workflows stored in private repositories cannot be used in public or internal repositories{% endif %}.
{% warning %}
Warning:
- {% data reusables.actions.outside-collaborators-actions %}
- {% data reusables.actions.scoped-token-note %}
{% endwarning %}
Sharing actions and workflows with your enterprise
- Store the action or reusable workflow in an internal {% ifversion private-actions %}or private {% endif %}repository. For more information, see "AUTOTITLE."
- Configure the repository to allow access to workflows in other internal {% ifversion private-actions %}or private {% endif %}repositories. For more information, see {% ifversion private-actions %}"AUTOTITLE" and {% endif %}"AUTOTITLE."