Browse Source

ci: Add missing permissions for release workflow

Bernhard Froehlich 1 năm trước cách đây
mục cha
commit
6919131eec
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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