Replies: 6 comments 19 replies
|
I contacted GitHub Enterprise support about this a few months ago and was told it's on the roadmap. I believe it should be possible now to use internal repos as reusable workflow repo sources but I haven't tried it yet as I prefer to work with my open-source library, which you might find interesting: |
|
I am also looking for this feature. I am curious if there is something difficult about implementing it. We use GitHub enterprise and GitHub Actions for our CI/CD. For now we are using a workaround where download a workflow on-the-fly following the solution here: https://stackoverflow.com/questions/71118955/how-to-have-the-github-workflows-sharable-or-reusable
|
|
@gazandic I know that this answer doesn't fit your needs perfectly, but it could be a good solution.
I hope it can be helpful. |
|
|
This is now possible on GitHub.com: It is still not possible to do this on GitHub enterprise server though |
|
it would be good if private workflow could be reusable also in public repositories within the same organization. in this way, we won't have to expose the logic of the workflow, but we could still use the workflow. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello Team,
I am working on reusable workflows. I have a reusable-workflow repository for collection shared workflows. The repository make changes adoption can be implemented as soon as possible when the shared workflows changes.
However, the repository must be a public repository in order to do that.
https://docs.github.com/en/actions/using-workflows/reusing-workflows.
Starter workflow is not our cup of tea because we can't force changes adoption and make adoption time slower.
I want to reuse workflow from private repository because of security considerations, Are we able to do that?
Are there any roadmaps or timelines for this feature ?
Regards,
All reactions