chore: update workflow
This commit is contained in:
2
.github/workflows/git-sync.yml
vendored
2
.github/workflows/git-sync.yml
vendored
@@ -8,6 +8,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
source_repo: "standardnotes/app"
|
source_repo: "standardnotes/app"
|
||||||
source_branch: "refs/remotes/source/*"
|
source_branch: "refs/remotes/source/*"
|
||||||
destination_repo: "standardnotes/private-web"
|
destination_repo: "standardnotes/internal-app"
|
||||||
destination_branch: "refs/heads/*"
|
destination_branch: "refs/heads/*"
|
||||||
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user