Skip to content

Commit 99024c5

Browse files
Capitalize list line in working-with-the-apache-maven-registry#authenticating-to-github-packages. (#35792)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent c422ad2 commit 99024c5

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 (which `GITHUB_TOKEN` can't access).

0 commit comments

Comments
 (0)