mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
ci: fix sync with private repository
This commit is contained in:
parent
ceddc11c29
commit
775a20b156
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
@ -11,7 +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: Rebase
|
||||
run: git pull --rebase overhangio master
|
||||
- name: Push
|
||||
run: git push overhangio master
|
||||
|
Loading…
Reference in New Issue
Block a user