New DinD runner token

This commit is contained in:
Michael Hübner 2025-07-07 09:40:58 +02:00
parent adba6714c7
commit 5006a48c39

View file

@ -55,7 +55,7 @@ in
environment = { environment = {
GITEA_RUNNER_NAME = "DinD-Runner"; GITEA_RUNNER_NAME = "DinD-Runner";
GITEA_INSTANCE_URL = "https://pts-paper.de"; GITEA_INSTANCE_URL = "https://pts-paper.de";
GITEA_RUNNER_REGISTRATION_TOKEN = "AeQKyYXuGZR5RiGCEKKsi4rDnzhryIOXujAsu7Qb"; GITEA_RUNNER_REGISTRATION_TOKEN = "R2AGW9FAL5YWBOfpOHe53C86lM5hezNuRqpP4qEx";
GITEA_RUNNER_LABELS = "ubuntu-24.04-dind:docker://ghcr.io/catthehacker/ubuntu:act-24.04"; GITEA_RUNNER_LABELS = "ubuntu-24.04-dind:docker://ghcr.io/catthehacker/ubuntu:act-24.04";
}; };
}; };