Create new github-bot personal access token for nodejs/docker-node and add it to repository secretrs
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 202
- Forks
- 183
- Avg merge
- 2m
- Merged PRs (30d)
- 1
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the referenced nodejs/docker-node pull request #1410 and the linked GitHub Container Registry migration guide. Verify the required PAT scopes and confirm that the repository secret is named CR_PAT; done means the secret is available for publishing Docker images.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github
- Domain
- ci-cd, devops, security
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 25/100