put token into an extra file

This commit is contained in:
Lyn 2024-02-16 04:31:51 +01:00
parent 9566647406
commit 35bccb641f

View file

@ -64,7 +64,7 @@ services.gitea-actions-runner = {
enable = true; enable = true;
url = "https://git.shibe.pro"; url = "https://git.shibe.pro";
name = "shibepro-ci"; name = "shibepro-ci";
token = "sDkclN4DPqxIF6bKlkLtkRuOtGuIcn9hEml1LPC6"; tokenFile = "/etc/nixos/ci-token";
labels = []; labels = [];
}; };
}; };