Sharing actions and workflows from your private repository

You can share an action or reusable workflow without publishing them publicly.

Warning

Sharing actions and workflows from your private repository

  1. Store the action or reusable workflow in a private repository. For more information, see About repositories.
  2. On GitHub, navigate to the main page of the private repository.
  3. Under your repository name, click Settings.
  4. In the left sidebar, click Actions, then click General.
  5. To grant access to other private repositories, in the Access section at the bottom of the page, select Accessible from repositories owned by 'USERNAME' user.
  6. Click Save to apply the settings.

Next steps

To reuse your shared workflows, see Reuse workflows.