From 1101a53258d0ff6458d2183d7fa49638732c1aee Mon Sep 17 00:00:00 2001 From: baurine <2008.hbl@gmail.com> Date: Fri, 29 Dec 2023 14:13:36 +0800 Subject: [PATCH] update push token --- .github/workflows/manual-create-pd-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-create-pd-pr.yaml b/.github/workflows/manual-create-pd-pr.yaml index 9f52b9a73e..c02f415b2f 100644 --- a/.github/workflows/manual-create-pd-pr.yaml +++ b/.github/workflows/manual-create-pd-pr.yaml @@ -62,7 +62,7 @@ jobs: uses: peter-evans/create-pull-request@v3 if: steps.git_commit.outputs.committed == 1 with: - token: ${{ secrets.BOT_PAT }} + token: ${{ secrets.PAT_TO_PUSH_PD_FORK }} branch: update-tidb-dashboard/${{ matrix.branch }}-${{ github.event.inputs.release_version }}-${{ steps.build_id.outputs.id }} title: Update TiDB Dashboard to ${{ github.event.inputs.release_version }} [${{ matrix.branch }}] body: |