diff --git a/.github/workflows/issue_comment.yml b/.github/workflows/issue_comment.yml index 2b7ec91..51922ac 100644 --- a/.github/workflows/issue_comment.yml +++ b/.github/workflows/issue_comment.yml @@ -4,6 +4,10 @@ on: issue_comment: types: [created, edited] +permissions: + issues: read + pull-requests: read + jobs: reminder: runs-on: ubuntu-latest