mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 04:37:22 +01:00
15 lines
275 B
Markdown
15 lines
275 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=foobar
|
|
GITEA_RUNNER_URL=http://localhost:3000/foo/bar
|
|
GITEA_RUNNER_TOKEN=1234567890abcde
|
|
GITEA_RUNNER_LABELS=foo,bar
|
|
```
|