Skip to content

Commit cc63cda

Browse files
write permissions for release workflow (#120)
1 parent 3b28852 commit cc63cda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
push:
88
branches: [ release ]
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114

1215
publish-npm:

0 commit comments

Comments
 (0)