diff --git a/.github/workflows/build-on-comment.yml b/.github/workflows/build-on-comment.yml index ffb20d1f23..cbce8afe17 100644 --- a/.github/workflows/build-on-comment.yml +++ b/.github/workflows/build-on-comment.yml @@ -4,6 +4,9 @@ on: issue_comment: types: [created, edited] +permissions: + pull-requests: write + concurrency: group: build-on-comment-${{ github.event.issue.number || github.event.pull_request.number }} cancel-in-progress: true