Explorar o código

Set write permissions for release workflow to create tag

Kentaro Wada hai 1 ano
pai
achega
1156236c57
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .github/workflows/release.yml

+ 3 - 0
.github/workflows/release.yml

@@ -11,6 +11,9 @@ jobs:
 
     runs-on: ubuntu-latest
 
+    permissions:
+      contents: write
+
     steps:
       - name: Build Changelog
         id: github_release