Request to create new Personal Access Token so we can publish docker images to GitHub Registry.
- 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.
- 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