fix(ci): authenticate git clone with Gitea token
All checks were successful
Build and Deploy / build-push-deploy (push) Successful in 1m12s

This commit is contained in:
2026-05-07 23:51:32 +02:00
parent 64c40f05ec
commit 0cc186af5a

View File

@@ -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