From 6973879cda2145f5a84a106a07e144859de150c0 Mon Sep 17 00:00:00 2001 From: Mo Date: Fri, 24 Jun 2022 12:55:24 -0500 Subject: [PATCH] chore: workflow --- .github/workflows/git-sync.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/git-sync.yml b/.github/workflows/git-sync.yml index b67205a49..e736d27f3 100644 --- a/.github/workflows/git-sync.yml +++ b/.github/workflows/git-sync.yml @@ -11,3 +11,13 @@ jobs: destination_repo: "standardnotes/internal-app" destination_branch: "refs/heads/*" ssh_private_key: ${{ secrets.SSH_PRIVATE_KEY }} + + - uses: actions/checkout@v3 + with: + token: ${{ secrets.CI_PAT_TOKEN }} + repository: standardnotes/internal-app + ref: ${{ github.ref }} + + - uses: peter-evans/create-pull-request@v4 + with: + token: ${{ secrets.CI_PAT_TOKEN }}