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'