This repository contains the configuration for a self-hosted GitHub Actions runner.
- Clone this repository
- Copy
.env.templateto.env - Fill in your GitHub details in
.env - Deploy using Docker Compose or Portainer
RUNNER_NAME: Name of your runner (default: hostinger-self-hosted-runner-1)ACCESS_TOKEN: GitHub Personal Access TokenREPO_OWNER: GitHub username or organizationREPO_NAME: Repository nameRUNNER_LABELS: Labels for the runnerRUNNER_WORKDIR: Working directory for the runnerRUNNER_GROUP: Runner group name
Using Docker Compose:
docker-compose up -d