diff --git a/secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age b/secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age index 9f9e0e3..60c5c70 100644 Binary files a/secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age and b/secrets/monolith-gitlab-runner-thoreb-itinerario-registrationConfigFile.age differ diff --git a/secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age b/secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age index a1015ad..03118e3 100644 Binary files a/secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age and b/secrets/rainbow-gitlab-runner-thoreb-itinerario-registrationConfigFile.age differ diff --git a/system/gitlab-runner.nix b/system/gitlab-runner.nix index 335bc5a..fa426e2 100644 --- a/system/gitlab-runner.nix +++ b/system/gitlab-runner.nix @@ -1,11 +1,11 @@ { pkgs, lib, ... }: { mkNixRunner = - registrationConfigFile: with lib; rec { + authenticationTokenConfigFile: with lib; rec { # File should contain at least these two variables: # `CI_SERVER_URL` # `REGISTRATION_TOKEN` - inherit registrationConfigFile; # 2 + inherit authenticationTokenConfigFile; # 2 dockerImage = "alpine:3.18.2"; dockerAllowedImages = [ dockerImage ]; dockerVolumes = [