[gitlab.yml] creating using keninkujovic/gitlab-sync@2.0.0

This commit is contained in:
Johannes Kamprad
2025-02-08 18:17:01 +01:00
committed by GitHub
parent 5e3457ede5
commit 38eb7439a6
+14
View File
@@ -0,0 +1,14 @@
name: Sync Repo to GitLab
on:
push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: keninkujovic/gitlab-sync@2.0.0
with:
gitlab_url: https://gitlab.com/endeavouros-filemirror/eos-pkgbuild-setup.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}