Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
GitHub allows only private repositories with the same owner to access private actions/workflows, and we do the same in Gitea.
Any actions or reusable workflows stored in the private repository can be used in workflows defined in other private repositories owned by the same organization or user. Actions and reusable workflows stored in private repositories cannot be used in public repositories.
Resolve https://gitea.com/gitea/act_runner/issues/102
This PR allows sharing actions and workflows from private repositories.
Some related documentation from GitHub:
GitHub allows only private repositories with the same owner to access private actions/workflows, and we do the same in Gitea.
Settings for private repos:
Settings for public repos: