From c17196bc9ebf6d7a1c84c87302392a96baff4d36 Mon Sep 17 00:00:00 2001 From: Matt Whittaker <34448412+mattops@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:16:13 +0000 Subject: [PATCH] runner group --- src/usr/local/bin/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/usr/local/bin/entrypoint.sh b/src/usr/local/bin/entrypoint.sh index 1984a69..2f8ae39 100755 --- a/src/usr/local/bin/entrypoint.sh +++ b/src/usr/local/bin/entrypoint.sh @@ -49,7 +49,8 @@ bash "${ACTIONS_RUNNER_DIRECTORY}/config.sh" ${EPHEMERAL_FLAG} \ --url "https://github.com/ministryofjustice" \ --token "${REPO_TOKEN}" \ --name "$(hostname)" \ - --labels "${RUNNER_LABELS}" + --labels "${RUNNER_LABELS}" \ + --runnergroup "hmpps-runners-restricted" echo "Setting the 'ready' flag for Kubernetes liveness probe" touch /tmp/runner.ready