New runner tokens
This commit is contained in:
parent
33290d2e14
commit
c5a4ee6e42
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ in
|
|||
enable = true;
|
||||
name = "linux-runner";
|
||||
url = "https://pts-paper.de";
|
||||
token = "R8ln9xooQn6RhUZ7vfDtCmj3835JxonZIR2DLAQX";
|
||||
token = "FXKKHShzmdtmUaAGoDBDZ2hlv7tgwODvbY9v9P8r";
|
||||
labels = [
|
||||
"ubuntu-latest:docker://node:16-bullseye"
|
||||
"ubuntu-22.04:docker://node:16-bullseye"
|
||||
|
@ -63,7 +63,7 @@ in
|
|||
privileged = true;
|
||||
environment = {
|
||||
GITEA_INSTANCE_URL = "https://pts-paper.de";
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = "YFmYnj31ikOh0Ja53hI9ehA1je0jlzP1KCBk2wMi";
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = "AeQKyYXuGZR5RiGCEKKsi4rDnzhryIOXujAsu7Qb";
|
||||
GITEA_RUNNER_LABELS = "ubuntu-24.04-dind:docker://ghcr.io/catthehacker/ubuntu:act-24.04";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue