mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-06-27 16:35:58 +00:00
chore(register): update proto file.
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
3a1503138b
commit
c161a48a0a
5 changed files with 21 additions and 8 deletions
11
README.md
11
README.md
|
@ -1,3 +1,14 @@
|
|||
# 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=localhost:3001/foo/bar
|
||||
GITEA_RUNNER_TOKEN=1234567890abcde
|
||||
GITEA_RUNNER_LABELS=foo,bar
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue