Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
GitHub Docs

Introduction to GitHub Packages

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.

About GitHub Packages

GitHub Packages is a platform for hosting and managing packages, including containers and other dependencies. 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 integrate GitHub Packages with GitHub's APIs, GitHub Actions, and webhooks to create an end-to-end DevOps workflow that includes your code, CI, and deployment solutions.

GitHub Packages offers different package registries for commonly used package managers, such as npm, RubyGems, Apache Maven, Gradle, Docker, and NuGet. GitHub's Container registry is optimized for containers and supports Docker and OCI images. For more information on the different package registries that GitHub Packages supports, seeWorking with a GitHub Packages registry.

You can view a package's README, as well as metadata such as licensing, download statistics, version history, and more on GitHub. For more information, seeViewing packages.

Overview of package permissions

The permissions for a package are either inherited from the repository where the package is hosted, or can be defined for specific users or organizations. Some registries only support permissions inherited from a repository. For a list of these registries, seeAbout permissions for GitHub Packages. For more information on package access, seeConfiguring a package's access control and visibility.

Overview of package visibility

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.

About billing for GitHub Packages

GitHub Packages usage is free for public packages. For private packages, each account on GitHub receives a quota of free storage and data transfer, depending on the account's plan. Any usage beyond the included amounts is controlled by budgets. If you are a monthly-billed customer, your account will have a default spending limit of 0 US dollars (USD), which prevents additional usage of storage or data transfer after you reach the included amounts. If you pay your account by invoice, your account will have an unlimited default spending limit. For more information, seeAbout billing for GitHub Packages.

Supported clients and formats

GitHub Packages uses the native package tooling commands you're already familiar with to publish and install package versions.

Support for package registries

LanguageDescriptionPackage formatPackage client
JavaScriptNode package managerpackage.jsonnpm
RubyRubyGems package managerGemfilegem
JavaApache Maven project management and comprehension toolpom.xmlmvn
JavaGradle build automation tool for Javabuild.gradle orbuild.gradle.ktsgradle
.NETNuGet package management for .NETnupkgdotnet CLI
N/ADocker container managementDockerfileDocker

For more information about configuring your package client for use with GitHub Packages, seeWorking with a GitHub Packages registry.

For more information about Docker and the Container registry, seeWorking with the Container registry.

Authenticating to GitHub Packages

Note

GitHub Packages only supports authentication using a personal access token (classic). For more information, seeManaging your personal access tokens.

You need an access token to publish, install, and delete private, internal, and public packages.

You can use a personal access token (classic) to authenticate to GitHub Packages or the GitHub API. When you create a personal access token (classic), you can assign the token different scopes depending on your needs. For more information about packages-related scopes for a personal access token (classic), seeAbout permissions for GitHub Packages.

To authenticate to a GitHub Packages registry within a GitHub Actions workflow, you can use:

  • GITHUB_TOKEN to publish packages associated with the workflow repository.
  • A personal access token (classic) with at leastread:packages scope to install packages associated with other private repositories (GITHUB_TOKEN can be used if the repository is granted read access to the package. SeeConfiguring a package's access control and visibility).

For more information aboutGITHUB_TOKEN used in GitHub Actions workflows, seeUse GITHUB_TOKEN in workflows.

Managing packages

You can delete a package in the GitHub user interface or using the REST API. For more information, seeDeleting and restoring a package and theREST API endpoints for packages. For certain registries, you can use GraphQL to delete a version of a private package.

You cannot use the GitHub Packages GraphQL API with registries that support granular permissions. For the registries thatonly support repository-scoped permissions, and can be used with the GraphQL API, seeAbout permissions for GitHub Packages.

When you use the GraphQL API to query and delete private packages, you must use the same personal access token (classic) you use to authenticate to GitHub Packages.

For more information, seeForming calls with GraphQL.

You can configure webhooks to subscribe to package-related events, such as when a package is published or updated. For more information, see theWebhook events and payloads.

Contacting support

If you have feedback or feature requests for GitHub Packages, use aGitHub Community discussion.

Contact us through theGitHub Support portal about GitHub Packages if:

  • You experience anything that contradicts the documentation
  • You encounter vague or unclear errors
  • Your published package contains sensitive data, such as GDPR violations, API Keys, or personally identifying information

[8]ページ先頭

©2009-2025 Movatter.jp