Skip to content

Commit

Permalink
Change the token use for Pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
XinRanZhAWS committed Mar 21, 2024
1 parent d04a65a commit 6d68892
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/pre_release_prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d68892

Please sign in to comment.