diff --git a/runner_system.nix b/runner_system.nix index b6eada9..1cbd863 100644 --- a/runner_system.nix +++ b/runner_system.nix @@ -30,7 +30,7 @@ in enable = true; name = "linux-runner"; url = "https://pts-paper.de"; - token = "R8ln9xooQn6RhUZ7vfDtCmj3835JxonZIR2DLAQX"; + token = "FXKKHShzmdtmUaAGoDBDZ2hlv7tgwODvbY9v9P8r"; labels = [ "ubuntu-latest:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye" @@ -63,7 +63,7 @@ in privileged = true; environment = { GITEA_INSTANCE_URL = "https://pts-paper.de"; - GITEA_RUNNER_REGISTRATION_TOKEN = "YFmYnj31ikOh0Ja53hI9ehA1je0jlzP1KCBk2wMi"; + GITEA_RUNNER_REGISTRATION_TOKEN = "AeQKyYXuGZR5RiGCEKKsi4rDnzhryIOXujAsu7Qb"; GITEA_RUNNER_LABELS = "ubuntu-24.04-dind:docker://ghcr.io/catthehacker/ubuntu:act-24.04"; }; };