mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-13 22:12:46 +01:00
a503f7429f
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
16 lines
273 B
Markdown
16 lines
273 B
Markdown
# act runner
|
|
|
|
Act runner is a runner for Forges supports Github Actions protocol.
|
|
|
|
## Rigister
|
|
|
|
create a new file as name `.env`
|
|
|
|
```sh
|
|
GITEA_RUNNER_NAME=
|
|
GITEA_RPC_PROTO=http
|
|
GITEA_RPC_HOST=localhost:3001
|
|
GITEA_RUNNER_TOKEN=1234567890abcde
|
|
GITEA_RUNNER_LABELS=foo,bar
|
|
```
|