Skip to content

Create new github-bot personal access token for nodejs/docker-node and add it to repository secretrs #581

@mmarchini

Description

@mmarchini

Request to create new Personal Access Token so we can publish docker images to GitHub Registry.

  1. Create a new personal access token (PAT) with the appropriate scopes for the tasks you want to accomplish
  • 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.
  1. Create a repository secret called CR_PAT with the value of the PAT created before.

More details at: Migrating to GitHub Container Registry for Docker images

Ref: nodejs/docker-node#1410

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions