From 1ce31bd62263f6c8dd3b924bc332870a5dafb1a4 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 4 Mar 2026 10:21:22 +0100 Subject: [PATCH] add github actions runner --- frontend/public/json/github-runner.json | 10 +++++++++- install/github-runner-install.sh | 1 - 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/github-runner.json b/frontend/public/json/github-runner.json index 6ef3ed5a4..723393fee 100644 --- a/frontend/public/json/github-runner.json +++ b/frontend/public/json/github-runner.json @@ -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 ", + "type": "info" + }, + { + "text": "Start the runner: systemctl start actions-runner", "type": "info" } ] diff --git a/install/github-runner-install.sh b/install/github-runner-install.sh index 0c07a6d42..4d7533d1a 100644 --- a/install/github-runner-install.sh +++ b/install/github-runner-install.sh @@ -49,7 +49,6 @@ EOF systemctl enable -q actions-runner msg_ok "Created Service" - motd_ssh customize cleanup_lxc