fix: sync with private repo in CI

This commit is contained in:
Régis Behmo 2021-05-20 12:33:41 +02:00
parent 4cc48c966f
commit 1b9334e37e
1 changed files with 2 additions and 0 deletions

View File

@ -11,5 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor.git
- name: Fetch
run: git fetch overhangio master
- name: Push
run: git push overhangio master