Skip to content

Commit bb15d8c

Browse files
committed
build: add missing permissions for a github release
1 parent fa8952f commit bb15d8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-to-npm.yml

+2
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
runs-on: ubuntu-latest
122122
permissions:
123123
id-token: write
124+
contents: write
125+
discussions: write
124126
needs:
125127
- build
126128
steps:

0 commit comments

Comments
 (0)