mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
fix: sync with private repo in CI
This commit is contained in:
parent
4cc48c966f
commit
1b9334e37e
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user