Using GitHub Packages with GitHub Actions→
You can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Packages.
Configuring Apache Maven for use with GitHub Packages→
You can configure Apache Maven to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in a Java project.
Configuring Gradle for use with GitHub Packages→
You can configure Gradle to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in a Java project.
Configuring npm for use with GitHub Packages→
You can configure npm to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in an npm project.
Configuring dotnet CLI for use with GitHub Packages→
You can configure the dotnet
command-line interface (CLI) to publish NuGet packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in a .NET project.
Configuring RubyGems for use with GitHub Packages→
You can configure RubyGems to publish a package to GitHub Packages and to use packages stored on GitHub Packages as dependencies in a Ruby project with Bundler.