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