1
0
mirror of synced 2026-01-29 12:00:58 -05:00
Files
docs/data/reusables/package_registry/github-token-security-over-pat.md
jmarlena 1a7e777393 One product variable to rule them all (#19115)
Co-authored-by: jmarlena <>
2021-05-04 11:10:29 -07:00

470 B

The {% data variables.product.prodname_container_registry %} now supports GITHUB_TOKEN for easy and secure authentication in your workflows. If your workflow is using a personal access token (PAT) to authenticate to ghcr.io, then we highly recommend you update your workflow to use GITHUB_TOKEN.

For more information about GITHUB_TOKEN, see "Authentication in a workflow."