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

This commit is contained in:
Johannes Kamprad
2025-02-08 18:28:36 +01:00
committed by GitHub
parent df87a29b56
commit 7443fe55c3
+9 -12
View File
@@ -1,18 +1,15 @@
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-Development.git
ssh_private_key:
${{ secrets.GITLAB_SYNC }}
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/EndeavourOS-Development.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}