Skip to content

Commit fe41b96

Browse files
authored
Fix trusted publishing v2 (#620)
1 parent 0694f7a commit fe41b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-npm-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ jobs:
4444
with:
4545
publish: pnpm release
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.BROWSER_BOT_PAT }}
4848
NPM_TOKEN: ''

0 commit comments

Comments
 (0)