New default action token

This commit is contained in:
Michael Hübner 2025-07-07 09:42:43 +02:00
parent 5006a48c39
commit f2f4608b13

View file

@ -30,9 +30,10 @@ in
enable = true; enable = true;
name = "linux-runner"; name = "linux-runner";
url = "https://pts-paper.de"; url = "https://pts-paper.de";
token = "KBiwcMn9EXxwtUYUmJWe764ZBWCqjxfDzAd42nYL"; token = "B3XA4FbbN17S2Z94nTLMmJsZNU63sN45oXR2Bna9";
labels = [ labels = [
"ubuntu-latest:docker://node:16-bullseye" "ubuntu-latest:docker://node:16-bullseye"
"ubuntu-24.04:docker://node:16-bullseye"
"ubuntu-22.04:docker://node:16-bullseye" "ubuntu-22.04:docker://node:16-bullseye"
"ubuntu-20.04:docker://node:16-bullseye" "ubuntu-20.04:docker://node:16-bullseye"
]; ];