Skip to content

Commit 7ef1b6c

Browse files
committed
ci: try to fix de permission issue
Signed-off-by: Raí Siqueira <rai93siqueira@gmail.com>
1 parent 9cf020a commit 7ef1b6c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Release to NPM
22

33
concurrency: ${{ github.workflow }}-${{ github.ref }}
44

5+
permissions:
6+
contents: read
7+
pull-requests: write
8+
59
on:
610
push:
711
branches:

0 commit comments

Comments
 (0)