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

This commit is contained in:
Johannes Kamprad
2025-02-08 18:21:56 +01:00
committed by GitHub
parent 091e5f5a7a
commit 14ccc2085b
+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-settings-xfce4.git
username: ${{ secrets.GITLAB_USR }}
gitlab_pat: ${{ secrets.GITLAB_PAT }}