From c2c723b5d1ed26fea8cc68a49c387852e9825924 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Tue, 16 Feb 2021 13:28:22 +0100 Subject: [PATCH] Improve GHCR doc Signed-off-by: CrazyMax --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e146400..1f92aaa 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,8 @@ jobs: ### GitHub Container Registry To authenticate against the [GitHub Container Registry](https://docs.github.com/en/packages/getting-started-with-github-container-registry), -you will need to create a new [personal access token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) +you will need to [enable it for your user or organization account](https://docs.github.com/en/packages/guides/enabling-improved-container-support) +and create a new [personal access token (PAT)](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) with the [appropriate scopes](https://docs.github.com/en/packages/getting-started-with-github-container-registry/migrating-to-github-container-registry-for-docker-images#authenticating-with-the-container-registry). ```yaml