A self-hosted runner for Github actions in the for of a Docker container.
- Pull and Run the container
Set ENVs for:
REPO
for which the runner is meant to run for (format: "owner/repository")TOKEN
a personal access token with access toworkflow
andadmin:org
- Make use of it in your workflows
Set the
runs-on
parameters of your workflow from "ubuntu-latest" or other to "self-hosted"
- Profit