Initial commit
This commit is contained in:
commit
ee850e8db0
4 changed files with 301 additions and 0 deletions
12
runner/data/.runner.example
Normal file
12
runner/data/.runner.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"WARNING": "This file is automatically generated by forgejo-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": 0, // Autogenerated ID of the runner
|
||||
"uuid": "00000000-0000-0000-0000-000000000000",
|
||||
"name": "forgejo-runner",
|
||||
"token": "0000000000000000000000000000000000000000",
|
||||
"address": "https://your-server.com/",
|
||||
"labels": [
|
||||
"node24:docker://node:24-trixie",
|
||||
"docker:docker://docker:dind"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue