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 = { instances.default = {
enable = true; enable = true;
name = "default-runner"; name = "default-runner";
url = "TODO"; url = "https://pts-paper.de";
tokenFile = config.age.secrets.forgejo-runner-token.path; token = "3RbrSrirwM5yE3444ziw850ltGGUVpGwhzBNgGM1";
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-latest:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye"
@ -41,4 +41,3 @@ in
}; };
}; };
} }