mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
bf5e3dc302
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com> |
||
---|---|---|
.gitea/workflows | ||
client | ||
cmd | ||
config | ||
core | ||
engine | ||
poller | ||
runtime | ||
.gitignore | ||
.golangci.yml | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
act runner
Act runner is a runner for Forges supports Github Actions protocol.
Rigister
create a new file as name .env
GITEA_RUNNER_NAME=
GITEA_RPC_PROTO=http
GITEA_RPC_HOST=localhost:3001
GITEA_RUNNER_TOKEN=1234567890abcde
GITEA_RUNNER_LABELS=foo,bar