diff --git a/.github/workflows/build-antora.yml b/.github/workflows/build-antora.yml index b781b1c..61965b4 100644 --- a/.github/workflows/build-antora.yml +++ b/.github/workflows/build-antora.yml @@ -30,5 +30,5 @@ jobs: - name: Publish to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.GHCR_TOKEN }} publish_dir: build/site \ No newline at end of file