From 0749748a598c5cfc144ca7c41a7aff9829a069e7 Mon Sep 17 00:00:00 2001 From: Junior Date: Wed, 18 Sep 2024 11:58:30 -0300 Subject: [PATCH] Update quickstart-for-actions-runner-controller.md we need to be auth first --- .../quickstart-for-actions-runner-controller.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md index 7eb808463032..0ffdf05c61aa 100644 --- a/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md +++ b/content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md @@ -47,6 +47,8 @@ In order to use ARC, ensure you have the following. The following example installs the latest version of the chart. To install a specific version, you can pass the `--version` argument along with the version of the chart you wish to install. You can find the list of releases in the [GitHub Container Registry](https://github.com/actions/actions-runner-controller/pkgs/container/actions-runner-controller-charts%2Fgha-runner-scale-set-controller). ```bash copy + gh auth token | helm registry login ghcr.io -u propyless --password-stdin + NAMESPACE="arc-systems" helm install arc \ --namespace "{% raw %}${NAMESPACE}{% endraw %}" \