cocktailpeanut 2 ヶ月 前
コミット
efd455d92b
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .github/workflows/build.yml

+ 2 - 0
.github/workflows/build.yml

@@ -115,6 +115,8 @@ jobs:
     #needs: [windows, mac, linux]
     needs: [mac, linux]
     runs-on: ubuntu-latest
+    permissions:
+      contents: write
     steps:
 
       - name: Check out Git repository