diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index d0992a66c2..831fc15a73 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -7,6 +7,11 @@ on: - 'doc/**/*.md' workflow_dispatch: +permissions: + contents: read + pull-requests: write + issues: write + jobs: validate: runs-on: windows-latest