Skip to content

Commit a809195

Browse files
authored
Fix trusted publishing v3 (#621)
1 parent fe41b96 commit a809195

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212

1313
permissions:
1414
id-token: write
15+
pull-requests: write
16+
contents: write
1517

1618
jobs:
1719
canary-release-to-npm:
@@ -44,5 +46,5 @@ jobs:
4446
with:
4547
publish: pnpm release
4648
env:
47-
GITHUB_TOKEN: ${{ secrets.BROWSER_BOT_PAT }}
49+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4850
NPM_TOKEN: ''

0 commit comments

Comments
 (0)