From 67db6cdb0645b6d0499897317b6b3f000a4d2e18 Mon Sep 17 00:00:00 2001 From: Timothy <50641082+txmxthy@users.noreply.github.com> Date: Fri, 23 Aug 2024 16:18:56 +1200 Subject: [PATCH] Fix timing ensure branch is pushed --- .github/workflows/black.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 22bd501..dc8a800 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -53,7 +53,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v3 with: - token: ${{ secrets.PAT_TOKEN }} + token: ${{ secrets.GITHUB_TOKEN }} title: "chore: auto-format code with Black" body: "This PR auto-formats the codebase using Black." branch: auto-format-black-${{ github.run_id }} # This is the branch we pushed