Skip to content

Commit a52162c

Browse files
committed
Add write permissions to job
1 parent ce188c9 commit a52162c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
release:
55
types:
66
- created
7+
8+
permissions:
9+
contents: write
10+
711
jobs:
812
build:
913
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)