Unverified Commit efbabefb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

parent a17011eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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/virtual-dsm.git
        target-username: kroese
        target-url: ${{ secrets.GITLAB_URL }}
        target-username: ${{ secrets.GITLAB_USERNAME }}
        target-token: ${{ secrets.GITLAB_TOKEN }}