fix(ci): authenticate git clone with Gitea token
This commit is contained in:
parent
64c40f05ec
commit
0cc186af5a
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue