From 15a835af2073204e9bc7c9d0214dbbc291bb066d Mon Sep 17 00:00:00 2001 From: Ian Bassi Date: Sat, 23 Aug 2025 12:01:53 -0300 Subject: [PATCH] Missing permissions validate-documentation.yml (#10495) * Add permissions to documentation validation workflow --- .github/workflows/validate-documentation.yml | 5 +++++ 1 file changed, 5 insertions(+) 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