github · GitHub Actions Docs
How Tos Sharing actions and workflows from your private repository - GitHub Docs
Configures permissions and access controls to allow GitHub Actions and workflows to be reused across different private repositories within an organization or account.
Derived skill
Files assembled from official documentation
Viewing SKILL.md
How Tos Sharing actions and workflows from your private repository - GitHub Docs
Configures permissions and access controls to allow GitHub Actions and workflows to be reused across different private repositories within an organization or account.
When To Use
Use when you need to centralize CI/CD logic in one private repository and call those workflows or actions from other private repositories in your organization.
Reference Files
| File | Contains | Use For |
|---|---|---|
SKILL.md | Entry point: scope, routing table, and workflow. | Start here. |
docs/actions-how-tos-reuse-automations-sharing-and-workflows-from-your-privat-workflow-guide.md | A guide explaining how to share GitHub Actions and workflows across private repositories within an organization. | Questions about a guide explaining how to share GitHub Actions and workflows across private repositories within an organization. |
What This Skill Covers
-
- GitHub Actions / - How-tos / - Reuse automations / - Share across private repositories
- Main sections:
In this article,Sharing actions and workflows from your private repository,Next steps.
Workflow
- Open the most relevant file under
docs/for the exact documented workflow and wording. - Open
schemas/files for exact structured contracts. - Open
examples/files for concrete requests, commands, snippets, and manifests. - Do not add behavior or configuration that is not present in the attached source files.
Canonical source: https://docs.github.com/en/actions/how-tos/reuse-automations/share-across-private-repositories
