From 05ad46d3ad770d3043f0304e5de64e59db7e3f90 Mon Sep 17 00:00:00 2001 From: Syqens <278497372+Syqens@users.noreply.github.com> Date: Wed, 22 Apr 2026 21:35:27 +0200 Subject: [PATCH 1/2] Clarify ARC quickstart auth guidance --- .../use-actions-runner-controller/deploy-runner-scale-sets.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md index c4cbabb746e3..34ac599a211a 100644 --- a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md +++ b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md @@ -35,6 +35,9 @@ You can deploy runner scale sets with ARC's Helm charts or by deploying the nece * Update the `NAMESPACE` value to the location you want the runner pods to be created. * Set the `GITHUB_CONFIG_URL` value to the URL of your repository, organization, or enterprise. This is the entity that the runners will belong to. * This example command installs the latest version of the Helm chart. To install a specific version, you can pass the `--version` argument with the version of the chart you want to install. You can find the list of releases in the [`actions-runner-controller`](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set) repository. + + > [!NOTE] + > This example uses a personal access token to keep the initial setup short. If you are registering runners at the repository or organization level, we recommend authenticating with a {% data variables.product.prodname_github_app %} instead. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api). Enterprise-level runners require {% data variables.product.pat_v1 %} authentication. {% ifversion not ghes %} ```bash copy From 11d03db5ab65adffdccbf68a92c2ec19f75e3cd6 Mon Sep 17 00:00:00 2001 From: Sharra-writes Date: Thu, 23 Apr 2026 15:24:33 -0700 Subject: [PATCH 2/2] Apply suggestion from @Sharra-writes --- .../use-actions-runner-controller/deploy-runner-scale-sets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md index 34ac599a211a..1ad78f440d72 100644 --- a/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md +++ b/content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md @@ -37,7 +37,7 @@ You can deploy runner scale sets with ARC's Helm charts or by deploying the nece * This example command installs the latest version of the Helm chart. To install a specific version, you can pass the `--version` argument with the version of the chart you want to install. You can find the list of releases in the [`actions-runner-controller`](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set) repository. > [!NOTE] - > This example uses a personal access token to keep the initial setup short. If you are registering runners at the repository or organization level, we recommend authenticating with a {% data variables.product.prodname_github_app %} instead. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api). Enterprise-level runners require {% data variables.product.pat_v1 %} authentication. + > This example uses a {% data variables.product.pat_generic %} to keep the initial setup short. If you are registering runners at the repository or organization level, we recommend authenticating with a {% data variables.product.prodname_github_app %} instead. For more information, see [AUTOTITLE](/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api). Enterprise-level runners require {% data variables.product.pat_v1 %} authentication. {% ifversion not ghes %} ```bash copy