Skip to content

Commit 552475d

Browse files
committed
Clarify ARC quickstart PAT type
1 parent 6e7e599 commit 552475d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/actions/tutorials/use-actions-runner-controller/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In order to use ARC, ensure you have the following.
5656
* Update the `INSTALLATION_NAME` value carefully. You will use the installation name as the value of `runs-on` in your workflows. For more information, see [AUTOTITLE](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idruns-on).
5757
* Update the `NAMESPACE` value to the location you want the runner pods to be created.
5858
* Set `GITHUB_CONFIG_URL` to the URL of your repository, organization, or enterprise. This is the entity that the runners will belong to.
59-
* This example uses a {% data variables.product.pat_generic %} to keep the initial setup short. For repository or organization runner scale sets, use a {% data variables.product.prodname_github_app %} in production environments when possible.
59+
* This example uses a {% data variables.product.pat_v1 %} to keep the initial setup short. For repository or organization runner scale sets, use a {% data variables.product.prodname_github_app %} in production environments when possible.
6060
{% ifversion fpt %}
6161
* Set `GITHUB_PAT` to a {% data variables.product.company_short %} {% data variables.product.pat_generic %} with the `repo` and `admin:org` scopes for repository and organization runners.
6262
{% else %}

0 commit comments

Comments
 (0)