Skip to content

Commit 588849c

Browse files
Change GITHUB_TOKEN to use PERSONAL_ACCESS_TOKEN (#190)
1 parent 64df9e0 commit 588849c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
release:
5050
runs-on: ubuntu-latest
5151
env:
52-
GITHUB_TOKEN: ${{ secrets.OR_GITHUB_TOKEN }}
52+
GITHUB_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
5353
BRANCH_NAME: npm-version-patch
5454
outputs:
5555
TAG_NAME: ${{ steps.generate_tag_name.outputs.TAG_NAME }}

0 commit comments

Comments
 (0)