diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6432394..bfbcd92 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -22,5 +22,6 @@ jobs: - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: + github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: site publish_dir: _site \ No newline at end of file