diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index afd8064ae23..8aab8a39721 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -12,7 +12,7 @@ jobs: Build-Docs: runs-on: ubuntu-20.04 permissions: - pages: write + contents: write steps: - name: Checkout repository uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 diff --git a/.github/workflows/docs_stable.yml b/.github/workflows/docs_stable.yml index cfb98be200e..a2955322ee0 100644 --- a/.github/workflows/docs_stable.yml +++ b/.github/workflows/docs_stable.yml @@ -11,7 +11,7 @@ jobs: Build-Docs: runs-on: ubuntu-20.04 permissions: - pages: write + contents: write steps: - name: Checkout repository uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0