Skip to content

Commit 05ad46d

Browse files
committed
Clarify ARC quickstart auth guidance
1 parent 1988619 commit 05ad46d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/actions/how-tos/manage-runners/use-actions-runner-controller/deploy-runner-scale-sets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ You can deploy runner scale sets with ARC's Helm charts or by deploying the nece
3535
* Update the `NAMESPACE` value to the location you want the runner pods to be created.
3636
* 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.
3737
* 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.
38+
39+
> [!NOTE]
40+
> 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.
3841
{% ifversion not ghes %}
3942

4043
```bash copy

0 commit comments

Comments
 (0)