From cb21b8fde93cf571b42481492295fa068b1bc6fa Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Sun, 12 Apr 2020 08:53:41 -0500 Subject: [PATCH] chore: switched to forked create-pull-request (#565) We can better manage the security by running from the forked version and selectively keeping in sync with upstream. --- .github/workflows/pr-to-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-to-master.yml b/.github/workflows/pr-to-master.yml index a5064490a..a35cd2341 100644 --- a/.github/workflows/pr-to-master.yml +++ b/.github/workflows/pr-to-master.yml @@ -20,7 +20,7 @@ jobs: - run: git fetch origin dev - run: git read-tree -u --reset ${{ github.sha }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v2 + uses: tauri-apps/create-pull-request@v2.7.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: ${{ github.event.head_commit.message }}