Skip to content

Commit

Permalink
Merge pull request #1602 from github/registry-specific-path
Browse files Browse the repository at this point in the history
Don't specify registry specific path
  • Loading branch information
lecoursen authored Dec 2, 2020
2 parents 7226430 + 69634f3 commit 92a9511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/reusables/package_registry/authenticate-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ You need an access token to publish, install, and delete packages. You can use a

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

0 comments on commit 92a9511

Please sign in to comment.