[gitlab.yml] set to keninkujovic/gitlab-sync@2.0.0

This commit is contained in:
Johannes Kamprad
2025-02-08 18:23:30 +01:00
committed by GitHub
parent be9f6692f8
commit f0e1109524
+9 -12
View File
@@ -1,17 +1,14 @@
name: Gitlab Mirror
name: Sync Repo to GitLab
on: [push, delete]
on:
push
jobs:
to_gitlab:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@gitlab.com:endeavouros-filemirror/endeavouros-i3wm-setup.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/endeavouros-i3wm-setup.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}