Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
GitHub Docs

Sharing actions and workflows from your private repository

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

Warning

  • If you make a private repository accessible to GitHub Actions workflows in other repositories, outside collaborators on the other repositories can indirectly access the private repository, even though they do not have direct access to these repositories. The outside collaborators can view logs for workflow runs when actions or workflows from the private repository are used.
  • To allow runners to download these actions, GitHub passes a scoped installation token to the runner. This token has read access to the repository, and automatically expires after one hour.

Sharing actions and workflows from your private repository

  1. Store the action or reusable workflow in a private repository. For more information, seeAbout 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 clickGeneral.
  5. To grant access to other private repositories, in theAccess section at the bottom of the page, selectAccessible from repositories owned by 'USERNAME' user.
  6. ClickSave to apply the settings.

Next steps

To reuse your shared workflows, seeReuse workflows.


[8]ページ先頭

©2009-2025 Movatter.jp