From 86c61d56fef74d44efb01e80c6b857a1157d95d1 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 6 Jul 2026 14:30:46 +0200 Subject: [PATCH] docs: svcusr permissions to clone repos --- docs/cicd_runner.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/cicd_runner.md b/docs/cicd_runner.md index 455c1e9..0b72c89 100644 --- a/docs/cicd_runner.md +++ b/docs/cicd_runner.md @@ -32,3 +32,9 @@ sudo su svcusr-sls2hla ## User The gitea actions run as user `svcusr-sls2hla` + +## Auth + +### #TODO: this is a temporary workaround +I created an ssh key on `sls-vserv-bd-hla01-dev` (where the runner runs), and added the public key to my +gitea profile ssh keys. That way the `svcusr` can clone the repos I can clone.