Skip to content

Commit 6919131

Browse files
committed
ci: Add missing permissions for release workflow
1 parent dbfc144 commit 6919131

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
name: Release Go Binaries
22

3-
on:
3+
on:
44
release:
55
types: [created]
66

7+
permissions:
8+
contents: write
9+
packages: write
10+
711
jobs:
812
releases-matrix:
913
name: Release Go Binary

0 commit comments

Comments
 (0)