feat: git sync (#754)

Co-authored-by: Mo Bitar <me@bitar.io>
This commit is contained in:
Laurent Senta
2021-11-29 18:17:02 +01:00
committed by GitHub
parent 4d8ba3320a
commit b5e89f461e

13
.github/workflows/git-sync.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
on: push
jobs:
git-sync:
runs-on: ubuntu-latest
steps:
- name: git-sync
uses: wei/git-sync@v3
with:
source_repo: "standardnotes/web"
source_branch: "refs/remotes/source/*"
destination_repo: "standardnotes/private-web"
destination_branch: "refs/heads/*"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}