Skip to content

Commit 5c2ef0f

Browse files
authored
Don't specify registry specific path
1 parent 5c72e58 commit 5c2ef0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)