From 0cc186af5a0c0fc2bd6c0d2d9b7a68f44a0ea15b Mon Sep 17 00:00:00 2001 From: tegwick Date: Thu, 7 May 2026 23:51:32 +0200 Subject: [PATCH] fix(ci): authenticate git clone with Gitea token --- .gitea/workflows/build-and-deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index d897e05..1e7e15f 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -10,8 +10,10 @@ jobs: runs-on: haskelseed steps: - name: checkout + env: + REGISTRY_TOKEN: ${{ secrets.REGISTRY_TOKEN }} run: | - git clone --depth 1 http://92.205.130.254:32166/coulomb/ihp-railiance-probe.git . + git clone --depth 1 http://tegwick:${REGISTRY_TOKEN}@92.205.130.254:32166/coulomb/ihp-railiance-probe.git . git checkout ${{ gitea.sha }} - name: nix build docker image