Update build.yml
This commit is contained in:
parent
07993aa464
commit
aca3bad942
1 changed files with 7 additions and 0 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -45,3 +45,10 @@ jobs:
|
||||||
value: $((${{ secrets.MINOR }}+1))
|
value: $((${{ secrets.MINOR }}+1))
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
token: ${{ secrets.REPO_ACCESS_TOKEN }}
|
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 }}
|
||||||
|
|
Loading…
Reference in a new issue