소스 검색

ci(github): add contents write permission for release job

TheWildJames 8 달 전
부모
커밋
c2580ac53f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      .github/workflows/main.yml

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

@@ -212,6 +212,8 @@ jobs:
   release:
     runs-on: ubuntu-latest
     if: inputs.release_type != 'Actions'
+    permissions:
+      contents: write
     needs:
     #- build-a12-5-10
     #- build-a13-5-10