Skip to content

Commit 92a9511

Browse files
authored
Merge pull request #1602 from github/registry-specific-path
Don't specify registry specific path
2 parents 7226430 + 69634f3 commit 92a9511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/reusables/package_registry/authenticate-packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ You need an access token to publish, install, and delete packages. You can use a
22

33
{% if currentVersion == "free-pro-team@latest" %}
44
To authenticate using a {% data variables.product.prodname_actions %} workflow:
5-
- For package registries (`PACKAGE-REGISTRY.pkg.github.com/OWNER/REPOSITORY/IMAGE-NAME`), you can use a `GITHUB_TOKEN`.
5+
- For package registries (`PACKAGE-REGISTRY.pkg.github.com`), you can use a `GITHUB_TOKEN`.
66
- For the container registry (`ghcr.io/OWNER/IMAGE-NAME`), you must use a personal access token.
77
{% else %}
88
To authenticate to {% data variables.product.prodname_registry %} using a {% data variables.product.prodname_actions %} workflow, you must use `GITHUB_TOKEN`.

0 commit comments

Comments
 (0)