From b9279206738bf3e17111510da14e8abeb8491108 Mon Sep 17 00:00:00 2001 From: thedarkking01 Date: Thu, 9 Jan 2025 00:43:07 +0530 Subject: [PATCH] fix: Capitalize list line in working-with-the-container-registry#authenticating-to-the-container-registry #35761 --- data/reusables/package_registry/authenticate-packages.md | 1 + 1 file changed, 1 insertion(+) diff --git a/data/reusables/package_registry/authenticate-packages.md b/data/reusables/package_registry/authenticate-packages.md index 1450842775c8..b47674b2b58e 100644 --- a/data/reusables/package_registry/authenticate-packages.md +++ b/data/reusables/package_registry/authenticate-packages.md @@ -6,4 +6,5 @@ You can use a {% data variables.product.pat_v1 %} to authenticate to {% data var To authenticate to a {% data variables.product.prodname_registry %} registry within a {% data variables.product.prodname_actions %} workflow, you can use: * `GITHUB_TOKEN` to publish packages associated with the workflow repository. + * A {% data variables.product.pat_v1 %} with at least `read:packages` scope to install packages associated with other private repositories (which `GITHUB_TOKEN` can't access).