diff --git a/.github/workflows/docc.yml b/.github/workflows/docc.yml index 69fd5699..42a3f22b 100644 --- a/.github/workflows/docc.yml +++ b/.github/workflows/docc.yml @@ -69,6 +69,7 @@ jobs: - name: Publish documentation to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.7 with: + token: ${{ secrets.GH_TOKEN }} branch: gh-pages folder: docs-out single-commit: true