From 6d68892d7de0133022a86ee13a095b3c1af0c4aa Mon Sep 17 00:00:00 2001 From: XinRan Zhang Date: Thu, 21 Mar 2024 20:04:26 +0000 Subject: [PATCH] Change the token use for Pull requests --- .github/workflows/pre_release_prepare.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/pre_release_prepare.yml b/.github/workflows/pre_release_prepare.yml index fb82577..c41b879 100644 --- a/.github/workflows/pre_release_prepare.yml +++ b/.github/workflows/pre_release_prepare.yml @@ -44,18 +44,6 @@ jobs: git commit -am "Update version to ${VERSION}" git push origin "${VERSION}_release" -# - name: Create Pull Request -# uses: repo-sync/pull-request@v2 -# with: -# source_branch: "${{ github.event.inputs.version }}_release" -# destination_branch: "release/${MAJOR_MINOR}.x" -# github_token: ${{ secrets.GA_ACCESS_KEY }} -# pr_title: "Pre-release: Update version to ${{ github.event.inputs.version }}" -# pr_body: | -# ## Description -# This PR updates the version to ${{ github.event.inputs.version }}. -# -# By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. - name: Create pull request against the release branch env: # not using secrets.GITHUB_TOKEN since pull requests from that token do not run workflows