Make sure there is a blank line above and below headings (#37922)
This commit is contained in:
@@ -24,6 +24,7 @@ shortTitle: Publish & install with Actions
|
||||
You can extend the CI and CD capabilities of your repository by publishing or installing packages as part of your workflow.
|
||||
|
||||
{% ifversion packages-registries-v2 %}
|
||||
|
||||
### Authenticating to package registries with granular permissions
|
||||
|
||||
Some {% data variables.product.prodname_registry %} registries support granular permissions. This means you can choose to allow packages to be scoped to a user or an organization, or linked to a repository. For the list of registries that support granular permissions, see "[AUTOTITLE](/packages/learn-github-packages/about-permissions-for-github-packages#granular-permissions-for-userorganization-scoped-packages)."
|
||||
@@ -494,6 +495,7 @@ Installing packages hosted by {% data variables.product.prodname_registry %} thr
|
||||
{% data reusables.package_registry.actions-configuration %}
|
||||
|
||||
{% ifversion packages-registries-v2 %}
|
||||
|
||||
## Upgrading a workflow that accesses a registry using a {% data variables.product.pat_generic %}
|
||||
|
||||
{% data variables.product.prodname_registry %} supports the `GITHUB_TOKEN` for easy and secure authentication in your workflows. If you're using a registry that supports granular permissions, and your workflow is using a {% data variables.product.pat_generic %} to authenticate to the registry, then we highly recommend you update your workflow to use the `GITHUB_TOKEN`.
|
||||
|
||||
Reference in New Issue
Block a user