generated from coulomb/repo-seed
fix(ci): authenticate git clone with Gitea token
All checks were successful
Build and Deploy / build-push-deploy (push) Successful in 1m12s
All checks were successful
Build and Deploy / build-push-deploy (push) Successful in 1m12s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user