소스 검색

fix deploy

Allan Barcelos 4 달 전
부모
커밋
04eefe58eb
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/workflows/release-drafter.yml

+ 3 - 0
.github/workflows/release-drafter.yml

@@ -9,6 +9,9 @@ on:
       - master
       - main
 
+permissions:
+  contents: write
+
 jobs:
   update_release_draft:
     runs-on: ubuntu-latest