From 2ed940ac6b316a2a5588e60601881f445c6d87ba Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Thu, 3 Nov 2022 17:53:31 +0700 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index cfbcae0..d869750 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -126,8 +126,10 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@dcd5fd746d53dd8de555c0f10bca6c35628be47a #v3.12.0 with: + token: ${{ secrets.BROMITE_PULLS_PAT }} path: bromite base: ${{ github.event.inputs.branch }} + push-to-fork: uazo/bromite add-paths: | build/patches/*.patch commit-message: 'AUTOMATED - git apply results'