소스 검색

Add 'write' role to vouch manage action (#18718)

Luke Parker 5 달 전
부모
커밋
db9619dad6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/vouch-manage-by-issue.yml

+ 1 - 1
.github/workflows/vouch-manage-by-issue.yml

@@ -33,6 +33,6 @@ jobs:
         with:
         with:
           issue-id: ${{ github.event.issue.number }}
           issue-id: ${{ github.event.issue.number }}
           comment-id: ${{ github.event.comment.id }}
           comment-id: ${{ github.event.comment.id }}
-          roles: admin,maintain
+          roles: admin,maintain,write
         env:
         env:
           GITHUB_TOKEN: ${{ steps.committer.outputs.token }}
           GITHUB_TOKEN: ${{ steps.committer.outputs.token }}