Add runner token

This commit is contained in:
hodasemi 2025-05-22 09:55:20 +02:00
parent 6c96269b2c
commit 0810ef606c

View file

@ -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
};
};
}