Recommend GitHub App authentication in the ARC quickstart - #45762
Recommend GitHub App authentication in the ARC quickstart#45762sushant-me wants to merge 1 commit into
Conversation
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
Reopening—closed in error, apologies. |
|
@sushant-me Thank you very much for raising a PR; however, #44450 preceded this by some time, and addresses the same issue, so I've gone ahead and approved and merged that instead. Thank you very much for your interest in the GitHub docs |
Why
The ARC quickstart currently instructs readers to generate a legacy personal access token (classic) as the default way to authenticate ARC to GitHub. For repository and organization runners, GitHub recommends authenticating with a GitHub App instead; a personal access token (classic) is only required for runners at the enterprise level.
What changed
Verification
Closes #37288