Skip to content

Commit

Permalink
fix: Capitalize list line in working-with-the-container-registry#auth…
Browse files Browse the repository at this point in the history
…enticating-to-the-container-registry github#35761
  • Loading branch information
thedarkking01 committed Jan 8, 2025
1 parent a872c0f commit b927920
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/reusables/package_registry/authenticate-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit b927920

Please sign in to comment.