admin
admin copied to clipboard
Create new github-bot personal access token for nodejs/docker-node and add it to repository secretrs
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:packagesscope to download container images and read their metadata. - Select the
write:packagesscope to download and upload container images and read and write their metadata. - Select the
delete:packagesscope to delete container images.
- Create a repository secret called
CR_PATwith the value of the PAT created before.
More details at: Migrating to GitHub Container Registry for Docker images
Ref: https://github.com/nodejs/docker-node/pull/1410
cc @nodejs/tsc @nodejs/community-committee needs two approvals from each committee
👍
Approved for @nodejs/tsc
+1
+1
Since @mhdawson is on both, you now have 2 and 2 :)