* First rewrite * draft commit * Rework this draft * Add extra article * Revert "Add extra article" This reverts commit 690c1ba67af9c94b62429bddf59b5b6c4d4c7634. * remove https:// * Fix chart * Change order * Apply suggestions from code review * Rewrite this section * Don't need this update * Revised draft * Apply suggestions from code review * Some tweaks * Add new section * Rework permission description * Rework new procedure * Revisions * Fix this link * Tiny fixes * Tweaks * Apply @hubwriter's input Co-authored-by: hubwriter <hubwriter@github.com> * Apply suggestions from code review Co-authored-by: hubwriter <hubwriter@github.com> * Create reusable for token security explanation * Typo * Add more context * Revise for consistency * Missing part of a link * A bit more context * fix link * Apply suggestions from code review Co-authored-by: Sarah Edwards <skedwards88@github.com> * Apply suggestions from code review * Apply suggestions from code review * Apply suggestions from code review * Found a typo Co-authored-by: hubwriter <hubwriter@github.com> Co-authored-by: Sarah Edwards <skedwards88@github.com>
536 B
536 B
{% data variables.product.prodname_github_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 "Encrypted secrets" and "Authentication in a workflow."