Post

GitHub Runner

GitHub Actions self-hosted runner executes workflows for your repository or organization, enabling CI/CD, builds, and deployments.

GitHub Runner
In Development
This script is currently in active development and may be unstable or incomplete. Use in production environments is not recommended.

Installation

Default install:

1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVED/raw/main/ct/github-runner.sh)"
CPU: 2 cores RAM: 2048 MB Disk: 8 GB OS: Debian 12

Configuration

Config file:

1
/opt/actions-runner

Notes

Get your token: repo Settings → Actions → Runners → New self-hosted runner → copy the token.
Then run: cd /opt/actions-runner && sudo -u runner ./config.sh --url https://github.com/your-username/your-repo --token </div> </div>
Start the runner: systemctl start actions-runner
## Links - [Official Website](https://github.com/actions/runner) - [Documentation](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners) ---
This post is licensed under CC BY 4.0 by the author.