From f2f4608b132e80ce30d867af86e6b8ba3ab08bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20H=C3=BCbner?= Date: Mon, 7 Jul 2025 09:42:43 +0200 Subject: [PATCH] New default action token --- runner_system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runner_system.nix b/runner_system.nix index 1275e01..5af03c4 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -30,9 +30,10 @@ in enable = true; name = "linux-runner"; url = "https://pts-paper.de"; - token = "KBiwcMn9EXxwtUYUmJWe764ZBWCqjxfDzAd42nYL"; + token = "B3XA4FbbN17S2Z94nTLMmJsZNU63sN45oXR2Bna9"; labels = [ "ubuntu-latest:docker://node:16-bullseye" + "ubuntu-24.04:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye" "ubuntu-20.04:docker://node:16-bullseye" ];