From 82c3f1278a9f4c62ee883cd13ded6179c1eb8b70 Mon Sep 17 00:00:00 2001 From: ABeltramo Date: Tue, 3 Sep 2024 20:19:59 +0100 Subject: [PATCH] CI: fix token --- .github/workflows/build-antora.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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