Update build.yml
This commit is contained in:
parent
d9c4b5d8d1
commit
708c6af66e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -51,6 +51,6 @@ jobs:
|
||||||
name: Push to Gitlab mirror
|
name: Push to Gitlab mirror
|
||||||
uses: wangchucheng/git-repo-sync@v0.1.0
|
uses: wangchucheng/git-repo-sync@v0.1.0
|
||||||
with:
|
with:
|
||||||
target-url: https://gitlab.com/kroese/docker-qemu.git
|
target-url: ${{ secrets.GITLAB_URL }}
|
||||||
target-username: kroese
|
target-username: ${{ secrets.GITLAB_USERNAME }}
|
||||||
target-token: ${{ secrets.GITLAB_TOKEN }}
|
target-token: ${{ secrets.GITLAB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue