Skip to content

Commit 02b6d0c

Browse files
committed
Add missing permissions to github workflow
1 parent 0ae7779 commit 02b6d0c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
matrix:
1313
goos: [linux, darwin]
1414
goarch: [amd64, arm64]
15+
permissions:
16+
contents: write
1517

1618
steps:
1719
- name: Checkout code

0 commit comments

Comments
 (0)