Skip to content

Commit c6400a2

Browse files
committedNov 16, 2024·
Add missing release permissions
1 parent 839c33f commit c6400a2

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
@@ -4,6 +4,9 @@ on:
44
push:
55
branches: [ release-v1 ]
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)
Please sign in to comment.