Questions tagged [github-package-registry]

GitHub Packages is a software package hosting service that allows you to host your software packages privately or publicly and use packages as dependencies in your projects. Questions regarding help on the GitHub Package Registry should use this tag.

About GitHub Packages

From the documentation about GitHub Packages:

GitHub Packages is a package hosting service, fully integrated with GitHub. GitHub Packages combines your source code and packages in one place to provide integrated permissions management and billing, so you can centralize your software development on GitHub.

You can publish packages in a public repository (public packages) to share with all of GitHub, or in a private repository (private packages) to share with collaborators or an organization. You can use GitHub roles and teams to limit who can install or publish each package, as packages inherit the permissions of the repository. Anyone with read permissions for a repository can install a package as a dependency in a project, and anyone with write permissions can publish a new package version.

You can host multiple packages in one repository and see more information about each package by viewing the package's README, download statistics, version history, and more.

You can integrate GitHub Packages with GitHub APIs, GitHub Actions, and webhooks to create an end-to-end DevOps workflow that includes your code, CI, and deployment solutions.

Resources

229 questions
0
votes
2 answers

How to associate a github package with another repo?

So we made a mistake when defining our gemspec file for a ruby package which caused a large number of versions of our package to be associated with another private repository. I have read through the github packages docs and don't see a way to…
0
votes
1 answer

How to Securely Publish to NuGet from PR's In Azure Artifacts

I'm using the following yaml in my GitHub repository to publish NuGet packages to Azure Artifacts and GitHub packages on each commit and to the official NuGet repository when I use a Git Tag. - stage: Deploy jobs: - deployment: AzureArtefacts …
-1
votes
1 answer

I can push .Net Core C# nuget package to private github package registry but can't access it from other projects

I am using Visual Studio 2022 on Windows 11. I manage to authenticate and push a .Net Core C# package to private gthub package registry but when I try to browse and install that same package from the same private registry in another VS 2022…
-1
votes
3 answers

Unable to push github package for nuget (404)

I am unable to push a nuget package to GitHub The following question is nearly identical Publishing and Consuming GitHub Package Repository with NuGet: Unable to load the service index error The answer was very helpful as it indicated that the…
AQuirky
  • 4,691
  • 2
  • 32
  • 51
1 2 3
15
16