chore: update workflow

This commit is contained in:
Mo
2022-06-10 07:37:16 -05:00
parent c2aa30ff70
commit a3cb45b413

View File

@@ -8,6 +8,6 @@ jobs:
with:
source_repo: "standardnotes/app"
source_branch: "refs/remotes/source/*"
destination_repo: "standardnotes/private-web"
destination_repo: "standardnotes/internal-app"
destination_branch: "refs/heads/*"
ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }}