This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
In which scenarios should you NOT use GitHub Packages?
When I want to share code between methods of my application.
When I want to share container images among developers of your team.
When I want to publish a small code library as an open-source project.
When pulling an image to your local environment, which credentials are needed?
Your GitHub username and a Personal Access Token
The name of the organization and an API Key
The name of the package and a package key
How can you authenticate to GitHub Packages from your local development environment?
With an API Key
With my GitHub Credentials (username and password)
With a Personal Access Token
You must answer all questions before checking your work.
Was this page helpful?