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.
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)"
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> ## Links - [Official Website](https://github.com/actions/runner) - [Documentation](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners) ---
Start the runner: systemctl start actions-runner
This post is licensed under CC BY 4.0 by the author.