Update quickstart.md (#2164)

This commit is contained in:
xi2817-aajgaonkar
2023-01-18 04:42:13 +05:30
committed by GitHub
parent bb61bb1342
commit 9e93c7ee54

View File

@@ -62,7 +62,7 @@ helm repo add actions-runner-controller https://actions-runner-controller.github
helm upgrade --install --namespace actions-runner-system --create-namespace\
--set=authSecret.create=true\
--set=authSecret.github_token="REPLACE_YOUR_TOKEN_HERE"\
--wait actions-runner-controller actions/actions-runner-controller
--wait actions-runner-controller actions-runner-controller/actions-runner-controller
```
<sub> *note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously. </sub>