From 420d9c51944f08628f9ac0e21742a7248ab93844 Mon Sep 17 00:00:00 2001 From: Lyn Date: Fri, 16 Feb 2024 04:31:51 +0100 Subject: [PATCH] put token into an extra file --- ci-runner/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-runner/configuration.nix b/ci-runner/configuration.nix index fb1881a..264a0e2 100644 --- a/ci-runner/configuration.nix +++ b/ci-runner/configuration.nix @@ -64,7 +64,7 @@ services.gitea-actions-runner = { enable = true; url = "https://git.shibe.pro"; name = "shibepro-ci"; - token = "sDkclN4DPqxIF6bKlkLtkRuOtGuIcn9hEml1LPC6"; + tokenFile = "/etc/nixos/ci-token"; labels = []; }; };