Skip to content

Commit 4cf8829

Browse files
authored
[gitlab.yml] set to keninkujovic/gitlab-sync@2.0.0
1 parent 7187f53 commit 4cf8829

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

.github/workflows/gitlab.yml

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
1-
name: Gitlab Mirror
1+
name: Sync Repo to GitLab
22

3-
on: [push, delete]
3+
on:
4+
push
45

56
jobs:
6-
to_gitlab:
7+
sync:
78
runs-on: ubuntu-latest
89
steps:
9-
- uses: actions/checkout@v2
10-
with:
11-
fetch-depth: 0
12-
- uses: pixta-dev/repository-mirroring-action@v1
13-
with:
14-
target_repo_url:
15-
git@gitlab.com:endeavouros-filemirror/eos-settings-plasma.git
16-
ssh_private_key:
17-
${{ secrets.GITLAB_SYNC }}
10+
- uses: keninkujovic/gitlab-sync@2.0.0
11+
with:
12+
gitlab_url: https://gitlab.com/endeavouros-filemirror/eos-settings-plasma.git
13+
username: ${{ secrets.GITLAB_USR }}
14+
gitlab_pat: ${{ secrets.GITLAB_PAT }}

0 commit comments

Comments
 (0)