From efde9a3473c76a829a99240e8a92751cffcb3e9f Mon Sep 17 00:00:00 2001 From: Cory Calahan Date: Tue, 15 Jul 2025 16:15:15 -0700 Subject: [PATCH] Update example GitHub URLs in values.yaml to include example for enterprise account-level runners --- charts/gha-runner-scale-set/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gha-runner-scale-set/values.yaml b/charts/gha-runner-scale-set/values.yaml index f9587827..c602dd22 100644 --- a/charts/gha-runner-scale-set/values.yaml +++ b/charts/gha-runner-scale-set/values.yaml @@ -1,5 +1,5 @@ ## githubConfigUrl is the GitHub url for where you want to configure runners -## ex: https://github.com/myorg/myrepo or https://github.com/myorg +## ex: https://github.com/myorg/myrepo or https://github.com/myorg or https://github.com/enterprises/myenterprise githubConfigUrl: "" ## githubConfigSecret is the k8s secret information to use when authenticating via the GitHub API.