1
0
mirror of synced 2025-12-25 02:17:36 -05:00
Files
docs/content/actions/sharing-automations/sharing-actions-and-workflows-with-your-enterprise.md
Siara b0b1600b44 Actions IA: move "sharing automations" content (#51862)
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>
2024-08-12 16:30:54 +00:00

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.
feature
internal-actions
tutorial
Actions
Action development
Share with your enterprise
/actions/creating-actions/sharing-actions-and-workflows-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

  1. Store the action or reusable workflow in an internal {% ifversion private-actions %}or private {% endif %}repository. For more information, see "AUTOTITLE."
  2. 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."

Further reading