Place gl runner registration file another place

/run/secrets got nuked after reboot or whatever
This commit is contained in:
Simen Kirkvik
2025-11-29 18:22:01 +01:00
parent 695f4407cb
commit 84d677d264

View File

@@ -23,7 +23,7 @@ let
nix = {
# NOTE(simkir): This must be uploaded to the host after you've
# registered a runner in gitlab.
registrationConfigFile = "/run/secrets/gitlab-runner-registration";
registrationConfigFile = "/root/gitlab/gitlab-runner-registration";
# TODO(mrtz): https://archives.docs.gitlab.com/17.0/ee/ci/runners/new_creation_workflow/
# authenticationTokenConfigFile = "";