diff --git a/.github/workflows/prettier-comment-on-pr.yml b/.github/workflows/prettier-comment-on-pr.yml index e95075ce..746b236e 100644 --- a/.github/workflows/prettier-comment-on-pr.yml +++ b/.github/workflows/prettier-comment-on-pr.yml @@ -1,5 +1,9 @@ name: Comment on pull request +permissions: + contents: read + pull-requests: write + on: repository_dispatch: types: [prettier-failed-on-pr]