Update build.yml

This commit is contained in:
Kroese 2023-04-16 05:53:48 +02:00 committed by GitHub
parent d9c4b5d8d1
commit 708c6af66e

View file

@ -51,6 +51,6 @@ jobs:
name: Push to Gitlab mirror
uses: wangchucheng/git-repo-sync@v0.1.0
with:
target-url: https://gitlab.com/kroese/docker-qemu.git
target-username: kroese
target-url: ${{ secrets.GITLAB_URL }}
target-username: ${{ secrets.GITLAB_USERNAME }}
target-token: ${{ secrets.GITLAB_TOKEN }}