diff --git a/.github/workflows/build-documentation.yaml b/.github/workflows/build-documentation.yaml index 1d35e0bee2..b5a2c266be 100644 --- a/.github/workflows/build-documentation.yaml +++ b/.github/workflows/build-documentation.yaml @@ -21,6 +21,9 @@ jobs: build: name: Build Documentation runs-on: ubuntu-latest + permissions: + contents: write + issues: write steps: - name: Checkout uses: actions/checkout@v4