Commit aca3bad9 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

Update build.yml

parent 07993aa4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -45,3 +45,10 @@ jobs:
        value: $((${{ secrets.MINOR }}+1))
        repository: ${{ github.repository }}
        token: ${{ secrets.REPO_ACCESS_TOKEN }}
    - 
      name: Gitlab Sync
      uses: wangchucheng/git-repo-sync@v0.1.0
      with:
        target-url: https://gitlab.com/kroese/docker-qemu.git
        target-username: kroese
        target-token: ${{ secrets.GITLAB_TOKEN }}