浏览代码

Set write permissions for release workflow to create tag

Kentaro Wada 1 年之前
父节点
当前提交
1156236c57
共有 1 个文件被更改,包括 3 次插入0 次删除
  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