Skip to content

Commit 0749748

Browse files
authored
Update quickstart-for-actions-runner-controller.md
we need to be auth first
1 parent ac60b5f commit 0749748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ In order to use ARC, ensure you have the following.
4747
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).
4848

4949
```bash copy
50+
gh auth token | helm registry login ghcr.io -u propyless --password-stdin
51+
5052
NAMESPACE="arc-systems"
5153
helm install arc \
5254
--namespace "{% raw %}${NAMESPACE}{% endraw %}" \

0 commit comments

Comments
 (0)