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: |