Browse Source

ci: Add missing permissions for release workflow

Bernhard Froehlich 1 year ago
parent
commit
ab9334249f
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/release.yaml

+ 5 - 1
.github/workflows/release.yaml

@@ -1,9 +1,13 @@
 name: Release Go Binaries
 
-on: 
+on:
   release:
     types: [created]
 
+permissions:
+    contents: write
+    packages: write
+
 jobs:
   releases-matrix:
     name: Release Go Binary