Skip to content

Commit 2878adc

Browse files
committed
Clarifying documentation to indicate that GITHUB_TOKEN can be used to install packages associated with other private repositories
1 parent 66612f2 commit 2878adc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/package_registry/authenticate-packages.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ You can use a {% data variables.product.pat_v1 %} to authenticate to {% data var
66

77
To authenticate to a {% data variables.product.prodname_registry %} registry within a {% data variables.product.prodname_actions %} workflow, you can use:
88
* `GITHUB_TOKEN` to publish packages associated with the workflow repository.
9-
* 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).
9+
* A {% data variables.product.pat_v1 %} with at least `read:packages` scope to install packages associated with other private repositories (`GITHUB_TOKEN` can be used if the repository is granted read access to the package. See [AUTOTITLE](/packages/learn-github-packages/configuring-a-packages-access-control-and-visibility)).

0 commit comments

Comments
 (0)