Skip to content

Commit

Permalink
Add notes about classic tokens to 4-pull-your-image.md (#50)
Browse files Browse the repository at this point in the history
* Add notes about classic tokens to 4-pull-your-image.md

* clarify language for PAT scopes

---------

Co-authored-by: Hector Alfaro <[email protected]>
  • Loading branch information
mjbear and hectorsector authored Oct 4, 2024
1 parent 96f4d9a commit cf9bd8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/steps/4-pull-your-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Whoa, now things are running! This may take a few minutes. This might take a tin

To pull the Docker image, we need to log into Docker first.

Before we can use this Docker image, you will need to generate a [personal access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) that contains the following permissions:
Before we can use this Docker image, you will need to generate a [personal access token (classic)](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) that contains the following permissions:

**Scopes for Personal Access Token (classic)** :coin:
- repo (all)
- write:packages
- read:packages
Expand Down

0 comments on commit cf9bd8f

Please sign in to comment.