mirror of
https://github.com/standardnotes/mobile.git
synced 2025-12-30 03:18:01 -05:00
14 lines
389 B
YAML
14 lines
389 B
YAML
on: push
|
|
jobs:
|
|
git-sync:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: git-sync
|
|
uses: wei/git-sync@v3
|
|
with:
|
|
source_repo: "standardnotes/mobile"
|
|
source_branch: "refs/remotes/source/*"
|
|
destination_repo: "standardnotes/private-mobile"
|
|
destination_branch: "refs/heads/*"
|
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|