0
0
opnxng-deploy-playbook/templates/conf/runner.j2

15 lines
571 B
Plaintext
Raw Normal View History

2023-11-06 10:39:27 +08:00
{
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
"id": {{ runner_id }},
"uuid": "{{ runner_uuid }}",
"name": "runner",
"token": "{{ runner_token }}",
"address": "https://git.opnxng.com",
"labels": [
"ubuntu-latest:docker://node:16-bullseye",
"ubuntu-22.04:docker://node:16-bullseye",
"ubuntu-20.04:docker://node:16-bullseye",
"ubuntu-18.04:docker://node:16-buster",
"runner:host"
]
}