diff --git a/docs/hosting.md b/docs/hosting.md index eaeea19b2..208dee67d 100644 --- a/docs/hosting.md +++ b/docs/hosting.md @@ -82,6 +82,8 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} ``` Then: