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
-
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.json
npm
Gemfile
gem
pom.xml
mvn
build.gradle
orbuild.gradle.kts
gradle
nupkg
dotnet
CLIDockerfile
Docker
How 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:packages
scope 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