Skip to content

Commit 483844d

Browse files
committed
chore: use PAT instead of GITHUB_TOKEN for creating release PRs with personal account
1 parent 037fd68 commit 483844d

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
@@ -53,7 +53,7 @@ jobs:
5353
title: "chore: version packages"
5454
setupGitUser: false
5555
env:
56-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56+
GITHUB_TOKEN: ${{ secrets.PAT }}
5757
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5858

5959
# Dispatch to other workflows if published

0 commit comments

Comments
 (0)