From a3cb45b413916cbd15b98ad0aa8c1ad7820367f4 Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 10 Jun 2022 07:37:16 -0500 Subject: [PATCH] chore: update workflow --- .github/workflows/git-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}