2022-04-27 17:45:53 +08:00
|
|
|
# act runner
|
|
|
|
|
2022-07-20 14:42:22 +08:00
|
|
|
Act runner is a runner for Forges supports Github Actions protocol.
|
2022-10-07 20:59:02 +08:00
|
|
|
|
|
|
|
## Rigister
|
|
|
|
|
|
|
|
create a new file as name `.env`
|
|
|
|
|
|
|
|
```sh
|
2022-10-15 16:12:32 +08:00
|
|
|
GITEA_RUNNER_NAME=
|
|
|
|
GITEA_RPC_PROTO=http
|
|
|
|
GITEA_RPC_HOST=localhost:3001
|
2022-10-07 20:59:02 +08:00
|
|
|
GITEA_RUNNER_TOKEN=1234567890abcde
|
|
|
|
GITEA_RUNNER_LABELS=foo,bar
|
|
|
|
```
|