-
Create your own repo from this template
-
Fill in token from
https://github.com/[my-org]/[my-repo]/settings/actions/runners/new
and repository. -
Change zerops.yml to select runner primary technology through
run.base
or install any additional dependencies inrun.prepareCommands
-
Import a service:
services:
- hostname: myrunner
buildFromGit: https://github.com/[my-org]/recipe-github-runner
envSecrets:
GITHUB_RUNNER_TOKEN: xxx
RUNNER_REPO: https://github.com/foo/bar
Runner will automatically register.