7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-06-01 05:40:48 +00:00

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

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