We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7187f53 commit 4cf8829Copy full SHA for 4cf8829
.github/workflows/gitlab.yml
@@ -1,17 +1,14 @@
1
-name: Gitlab Mirror
+name: Sync Repo to GitLab
2
3
-on: [push, delete]
+on:
4
+ push
5
6
jobs:
- to_gitlab:
7
+ sync:
8
runs-on: ubuntu-latest
9
steps:
- - uses: actions/checkout@v2
10
- with:
11
- fetch-depth: 0
12
- - uses: pixta-dev/repository-mirroring-action@v1
13
14
- target_repo_url:
15
- git@gitlab.com:endeavouros-filemirror/eos-settings-plasma.git
16
- ssh_private_key:
17
- ${{ secrets.GITLAB_SYNC }}
+ - uses: keninkujovic/gitlab-sync@2.0.0
+ with:
+ gitlab_url: https://gitlab.com/endeavouros-filemirror/eos-settings-plasma.git
+ username: ${{ secrets.GITLAB_USR }}
+ gitlab_pat: ${{ secrets.GITLAB_PAT }}
0 commit comments