ソースを参照

[ci] Update permissions in CI workflow for pytest coverage comment check (#4033)

Harsh Gupta 1 年間 前
コミット
573ee8e7d7
1 ファイル変更2 行追加0 行削除
  1. 2 0
      .github/workflows/commitflow-py3.yml

+ 2 - 0
.github/workflows/commitflow-py3.yml

@@ -17,6 +17,8 @@ jobs:
         python-version: ['3.8', '3.9', '3.10', '3.11']
     
     permissions:
+      contents: write
+      checks: write
       pull-requests: write
 
     steps: