8 lines
233 B
Markdown
8 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>
|
||
|
```
|