Skip to content

Commit 2e0b337

Browse files
committed
Fix permissions for publish workflow
1 parent 10995e0 commit 2e0b337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77

88
permissions:
99
id-token: write
10-
contents: read
10+
pull-requests: write
11+
contents: write
1112

1213
env:
1314
BUN_NPM_TOKEN: ${{ secrets.NPM_TOKEN_READONLY }}

0 commit comments

Comments
 (0)