From a62e21e1f60a0c737d566f903a0a1a09f8811277 Mon Sep 17 00:00:00 2001 From: tirumerla Date: Sat, 9 Dec 2023 02:25:45 -0800 Subject: [PATCH] Allow to raise PR instead --- .github/workflows/rc-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rc-test.yml b/.github/workflows/rc-test.yml index 84d5558a..55c407d8 100644 --- a/.github/workflows/rc-test.yml +++ b/.github/workflows/rc-test.yml @@ -69,7 +69,7 @@ jobs: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: - ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} + token: ${{ secrets.SAI_PAT }} - name: Use node@16 uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4.0.0 @@ -119,11 +119,12 @@ jobs: id: cpr uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 with: - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SAI_PAT }} commit-message: "🤖 Update version to ${{ steps.update_version.outputs.rc_version }}" branch: 'update-version/${{ steps.update_version.outputs.rc_version }}' title: "🤖 [Automated Pr] Update version to ${{ steps.update_version.outputs.rc_version }}" committer: svc-gh-is-01 <116854830+svc-gh-is-01@users.noreply.github.com> + author: svc-gh-is-01 <116854830+svc-gh-is-01@users.noreply.github.com> delete-branch: true body: | This PR updates the version to ${{ steps.update_version.outputs.rc_version }}.