From 5dfcd7a42dc361ba6084521a4cdee157af58dcfb Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 16 Apr 2023 02:01:32 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a130af..5453057 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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/virtual-dsm.git + target-username: kroese + target-token: ${{ secrets.GITLAB_TOKEN }}