Add runner token
This commit is contained in:
parent
6c96269b2c
commit
0810ef606c
1 changed files with 2 additions and 3 deletions
|
@ -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
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue