Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions content/manuals/security/for-admins/access-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,14 @@
an image and then push it to a repository. However, it can't delete the
repository. You can select one of the following options:

- **Public repositories (read only)**
- **All repositories**: You can select read access, or read and write access.
- **Read public repositories**
- **All repositories**: You can select **Image Push** or **Image Pull**.
- **Select repositories**: You can select up to 50 repositories, and then
select read access, or read and write access for each repository.
select **Image Push** or **Image Pull** for each repository.

8. Select **Generate token** and then copy the token that appears on the screen
8. Optional. Select **Allow management access to organization's resources** and choose **Organization access scopes**.

Check warning on line 97 in content/manuals/security/for-admins/access-tokens.md

View workflow job for this annotation

GitHub Actions / vale

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'let' instead of 'Allow' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'let' instead of 'Allow'", "location": {"path": "content/manuals/security/for-admins/access-tokens.md", "range": {"start": {"line": 97, "column": 23}}}, "severity": "INFO"}

9. Select **Generate token** and then copy the token that appears on the screen
and save it. You won't be able to retrieve the token once you exit the
screen.

Expand Down