Skip to content

Commit

Permalink
[Release process] Use a PAT to generate the upgrade PR (#1212)
Browse files Browse the repository at this point in the history
In order to get the CI workflow to run after we create the upgrade PR we need to create the PR using a PAT. (Weird GitHub Actions rules... 🤷)
  • Loading branch information
jagthedrummer authored Nov 29, 2023
1 parent 857be82 commit 6b001fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/version-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
delete-branch: true
title: "BT-Core version bump: ${{ inputs.versionBump }} - ${{ steps.bump-core.outputs.NEW_VERSION_NUMBER }}"
add-paths: "Gemfile, Gemfile.lock, package.json, yarn.lock"
token: ${{ secrets.UPGRADE_PR_PAT }}
body: |
Version bump of the `core` ruby gems and npm packages to version `${{ steps.bump-core.outputs.NEW_VERSION_NUMBER }}`
Expand Down

0 comments on commit 6b001fd

Please sign in to comment.