Browse Source

Set write permissions for release workflow to create tag

Kentaro Wada 1 năm trước cách đây
mục cha
commit
1156236c57
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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