Skip to content

Commit 56e659a

Browse files
committed
grant permissions
1 parent 9e184c4 commit 56e659a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
paths:
88
- "package.json" # Triggers only when package.json changes
99

10+
permissions:
11+
contents: write # Allows creating releases
12+
1013
jobs:
1114
release:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)