Using Github for package registry only #38012
Unanswered
lashawnta-pf
asked this question in
Packages
Replies: 2 comments
-
You can create a Github repo and design a Bitbucket workflow to commit the code to the Github repo. You'll need to include in the Bitbucket repo the Github authentication files. If you added in the config, public and private rsa files, you'd be able to automatically push changes to BitBucket branches to the identical Github branches |
Beta Was this translation helpful? Give feedback.
0 replies
-
So a GitHub repository with the source code is still necessary to use
GitHub packages, even when BitBucket is the primary source code control.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our source code is currently housed in Bitbucket for business reasons. Should I be able to publish a package from Bitbucket CI/CD to Github Packages? Essentially we would like to just leverage the npm registry capabilities only (at least for the near term). Are there any obstacles we should expect doing so?
Beta Was this translation helpful? Give feedback.
All reactions