Skip to content

Commit c1a2410

Browse files
authored
add write permission to release workflow
1 parent 83af741 commit c1a2410

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Release
33
on:
44
workflow_dispatch:
55

6+
permissions:
7+
contents: write
8+
69
jobs:
710
publish-npm:
811
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)