File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 11# --------------------------------------------------------------------
22# GitHub configuration
33# --------------------------------------------------------------------
4- githubConfigUrl : " https://github.com/joshyorko/fetch-repos-bot" # Replace with your GitHub URL
5-
4+ githubConfigUrl : " https://github.com/joshyorko/fetch-repos-bot" # Replace with your GitHub URL
65githubConfigSecret : pre-defined-secret
7-
86# --------------------------------------------------------------------
97# Runner scale set configuration
108# --------------------------------------------------------------------
11- runnerScaleSetName : " fetch-repos-bot-runner-k8s" # Name of the runner scale set
12-
13-
9+ runnerScaleSetName : " fetch-repos-bot-runner-k8s" # Name of the runner scale set
1410# --------------------------------------------------------------------
1511# Runner Pod template configuration
1612# --------------------------------------------------------------------
@@ -23,7 +19,7 @@ template:
2319 # - name: ghcr-login
2420 containers :
2521 - name : runner
26- image : ghcr.io/joshyorko/fetch-repos-bot-runner:main-484fb43 # Replace with your image
22+ image : ghcr.io/joshyorko/fetch-repos-bot-runner:main-6a04cda # Replace with your image
2723 imagePullPolicy : Always
2824 command : ["/home/runner/run.sh"]
2925 resources :
You can’t perform that action at this time.
0 commit comments