Skip to content

Connect GitHub Registry

Before you begin

Generating Tokens

Create a GitHub Personal Access Token from here

  • Select the read:packages scope to download container images and read their metadata.
  • Select the write:packages scope to download and upload container images and read and write their metadata.
  • Select the delete:packages scope to delete container images.

Connecting to Platformer

To integrate a new container registry to the Platformer Console,

  1. Navigate to Credentails > Container Registries and click + CREDENTIAL (or Get started if you haven’t added one before)

  2. Select GitHub from Container Registry Provider drop down.

  3. Fill in the following fields.

    • Registry URL - Put docker.pkg.github.com as default.
    • Email - GitHub login email
    • Username - GitHub username
    • Password - GitHub token generated from previous section
  4. Click Save

Next Steps