diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 4739305..e58c453 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -36,6 +36,8 @@ jobs: - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}