From a3e4d3c046db71f24a611322307e1fa969d376b7 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 9 Nov 2023 23:39:39 +0100 Subject: [PATCH] Refresh runner --- ServeNix/services/gitea-runner.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServeNix/services/gitea-runner.nix b/ServeNix/services/gitea-runner.nix index e27dfa1..625b45b 100644 --- a/ServeNix/services/gitea-runner.nix +++ b/ServeNix/services/gitea-runner.nix @@ -41,7 +41,7 @@ CONFIG_FILE = "/config/config.yaml"; # NOTE: This token is invalid, when re-registering is needed it has to be refreshed - GITEA_RUNNER_REGISTRATION_TOKEN = "2tYcfzALjmIKILPO4jnIdgfGO8RjBGIZCOoP4bYS"; + GITEA_RUNNER_REGISTRATION_TOKEN = "Mq6wr0dPthqDij3iaryP8s5VYZA5kPfOQbHA6wm6"; # These are for the specific vegardit/gitea-act-runner image # GITEA_RUNNER_LOG_LEVEL = "debug";