Wip
This commit is contained in:
parent
ac9a02e832
commit
25fcd44460
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Bump riverside in infra repo
|
- name: Bump riverside in infra repo
|
||||||
env:
|
env:
|
||||||
FORGE_TOKEN: ${{ secrets.FORGE_TOKEN }}
|
FORGE_TOKEN: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
FORGE_USER: ${{ secrets.FORGE_USER }}
|
FORGE_USER: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
SHA: ${{ github.sha }}
|
SHA: ${{ github.sha }}
|
||||||
run: |
|
run: |
|
||||||
git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra
|
git clone "https://${FORGE_USER}:${FORGE_TOKEN}@forge.quinefoundation.com/Cold-Air-Networks/petersweb-infra.git" infra
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue