2024-02-21 16:04:06 +11:00

9 lines
257 B
YAML

githubConfigSecret: github-app-secret
runnerScaleSetName: "marcels-runner"
template:
spec:
containers:
- name: runner
image: "ghcr.io/actions/actions-runner:latest"
imagePullPolicy: Always
command: ["/home/runner/run.sh"]