diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 678322d..cd2ff10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,8 @@ jobs: docs: runs-on: ubuntu-latest needs: tests + env: + GH_TOKEN: ${{ github.token }} steps: - name: Generate Docs shell: bash