Skip to content

Commit

Permalink
ci: sync with private repo on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
regisb committed Nov 2, 2021
1 parent a44b0ec commit 4a708ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Sync with private repo

on:
push:
branches: [ master ]
branches: [ master, nightly ]

jobs:
sync:
Expand All @@ -14,4 +14,4 @@ jobs:
- name: Add remote
run: git remote add overhangio https://${{ secrets.GIT_USERNAME }}:${{ secrets.GIT_PASSWORD }}@git.overhang.io/core/tutor-mfe.git
- name: Push
run: git push overhangio master
run: git push overhangio $GITHUB_REF

0 comments on commit 4a708ca

Please sign in to comment.