Post

GitHub Runner

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

GitHub Runner

Installation

Default install:

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

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 [YOUR_TOKEN]
Start the runner: systemctl start actions-runner

Source code
Loading...