mirror of
https://github.com/endeavouros-team/EndeavourOS-Development.git
synced 2026-06-13 01:24:34 +00:00
16 lines
339 B
YAML
16 lines
339 B
YAML
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/EndeavourOS-Development.git
|
|
username: ${{ secrets.GITLAB_USR }}
|
|
gitlab_pat: ${{ secrets.GITLAB_PAT }}
|
|
|