diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index d1d6fb4828f..208ed4b1d5c 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -12,7 +12,7 @@ jobs: permissions: contents: read # to fetch code (actions/checkout) - issues: write # to create comment + pull-requests: write # to create comment runs-on: ubuntu-latest steps: