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