diff --git a/docs/quickstart.md b/docs/quickstart.md index 013cfc5f..b7b98d16 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -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 ``` *note:- Replace REPLACE_YOUR_TOKEN_HERE with your PAT that was generated previously.