All checks were successful
Test runners / test-runner (push) Successful in 2s
7 lines
233 B
Markdown
7 lines
233 B
Markdown
# Forgejo Runner
|
|
|
|
This repo contains the helm chart and deployment instructions for the forgejo runner.
|
|
|
|
```bash
|
|
helm install forgejo-runner ./forgejo-runner --set registration.endabled=true --set registration.token=<your-token>
|
|
```
|