act_runner/README.md

16 lines
273 B
Markdown
Raw Normal View History

2022-04-27 09:45:53 +00:00
# act runner
2022-07-20 06:42:22 +00:00
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
```