add github actions runner

This commit is contained in:
Michel Roegl-Brunner
2026-03-04 10:21:22 +01:00
parent 14437d9482
commit 1ce31bd622
2 changed files with 9 additions and 2 deletions

View File

@@ -33,7 +33,15 @@
},
"notes": [
{
"text": "After install, run config.sh with your token from repo Settings → Actions → Runners, then start the service: systemctl start actions-runner",
"text": "Get your token: repo Settings → Actions → Runners → New self-hosted runner → copy the token.",
"type": "info"
},
{
"text": "Then run: cd /opt/actions-runner && sudo -u runner ./config.sh --url https://github.com/your-username/your-repo --token <YOUR_TOKEN>",
"type": "info"
},
{
"text": "Start the runner: systemctl start actions-runner",
"type": "info"
}
]

View File

@@ -49,7 +49,6 @@ EOF
systemctl enable -q actions-runner
msg_ok "Created Service"
motd_ssh
customize
cleanup_lxc