Skip to content

Commit 133df53

Browse files
committed
ci: make destination repo configurable
1 parent 3529007 commit 133df53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gitlab-mirror.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
SSH_PRIVATE_KEY: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
2323
with:
2424
source-repo: "git@github.com:${{ github.repository }}.git"
25-
destination-repo: "git@gitlab.ldbar.ch:interactivethings/visualization-tool.git"
25+
destination-repo: ${{ vars.GITLAB_DESTINATION_REPO }}

0 commit comments

Comments
 (0)