From cd8d1cae4e2f4c28e4e0f47e2029d7ebb5970259 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Tue, 12 Dec 2023 18:07:56 -0800 Subject: [PATCH] Attempt to fix GitHub Actions pull requests not running checks --- .github/workflows/pre-commit-auto-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pre-commit-auto-update.yml b/.github/workflows/pre-commit-auto-update.yml index 3434f57..5c005a6 100644 --- a/.github/workflows/pre-commit-auto-update.yml +++ b/.github/workflows/pre-commit-auto-update.yml @@ -45,6 +45,8 @@ jobs: author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> committer: GitHub delete-branch: true + env: + GITHUB_TOKEN: ${{ secrets.PHP_CURL_CLASS_BOT_TOKEN }} - name: Pull request created if: ${{ steps.cpr.outputs.pull-request-number }}