Skip to content

Commit ed5ed5f

Browse files
authored
fix(ci): Change GitHub token for pull request creation
1 parent 14252aa commit ed5ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Create Pull Request
2929
env:
30-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GH_TOKEN: ${{ secrets.RELEASE_GH_TOKEN_PR }}
3131
run: |
3232
NEW_VERSION=${{ github.event.inputs.version }}
3333
BRANCH_NAME="release-$NEW_VERSION"

0 commit comments

Comments
 (0)