diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index b4233a1..63e425f 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -8,13 +8,14 @@ on: - reopened - unlocked -permissions: - pull-requests: write - jobs: pr-comment: runs-on: ubuntu-latest timeout-minutes: 10 + permissions: + contents: read + issues: write + pull-requests: write steps: - uses: actions/checkout@v3