Packages FAQ #48280
Packages FAQ
#48280
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome to Packages in the GitHub Community on Discussions!
Packages FAQ
Which languages and ecosystems does GitHub Packages support?
GitHub Packages supports the following languages, package managers, and formats:
package.jsonnpmGemfilegempom.xmlmvnbuild.gradleorbuild.gradle.ktsgradlenupkgdotnetCLIDockerfileDockerHow do I work with GitHub Packages from my chosen language/ecosystem?
You can interact with a GitHub Packages registry in the same way you’d interact with your existing package management tools. For information on how to do this with your choice of language and package format check out thne documentation for your chosen toolset.
How do I authenticate with GitHub Packages?
To authenticate to a GitHub Packages registry you’ll need to create a Personal Access Token. This token will need the
read:packagesscope to install packages from private repositories. For more information check out the documentation on scopes and permissions for package registries.Beta Was this translation helpful? Give feedback.
All reactions