diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index 18900de87..b67205a49 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -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 }}