From 0810ef606cad33e6b0796b43401ad438d866c598 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Thu, 22 May 2025 09:55:20 +0200 Subject: [PATCH] Add runner token --- runner_system.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/runner_system.nix b/runner_system.nix index c732376..d05f992 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -30,8 +30,8 @@ in instances.default = { enable = true; name = "default-runner"; - url = "TODO"; - tokenFile = config.age.secrets.forgejo-runner-token.path; + url = "https://pts-paper.de"; + token = "3RbrSrirwM5yE3444ziw850ltGGUVpGwhzBNgGM1"; labels = [ "ubuntu-latest:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye" @@ -41,4 +41,3 @@ in }; }; } -