Muhammad Labeeb 5c37e616b2
feat: add gitlab sync
* feat: add gitlab sync

* fix tabs

* add changelog
2025-04-07 16:27:02 +05:00

18 lines
426 B
YAML

name: Sync with private repo
on:
push:
branches: [release, main]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor-deck.git
- name: Push
run: git push overhangio $GITHUB_REF