Simple repository for spinning up Self-Hosted GitHub Actions runner for organizations.
- You must have Admin access to your organization
- Docker (or a compose compatible alternative)
- Create a personal access token with the
Self-Hosted runnerscope and write-access. - Copy the .env.example file, rename it to
.envand fill out the required fields. - Adjust the Docker Compose file.
- Run
docker compose up -dand enjoy your runners.