Update build.yml

This commit is contained in:
Kroese 2023-04-16 05:52:28 +02:00 committed by GitHub
parent 337350c46d
commit e2d1bd15aa

View File

@ -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/virtual-dsm.git target-url: ${{ secrets.GITLAB_URL }}
target-username: kroese target-username: ${{ secrets.GITLAB_USERNAME }}
target-token: ${{ secrets.GITLAB_TOKEN }} target-token: ${{ secrets.GITLAB_TOKEN }}