diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 488ee277a..88738319a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -36,6 +36,8 @@ jobs: needs: build if: github.event_name == 'workflow_dispatch' || github.event_name == 'push' && github.ref == 'refs/heads/develop' runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 with: