From b4545b45773eb4b3ef5dc116c5d27a9d3e47aaec Mon Sep 17 00:00:00 2001 From: Houston Haynes <8174976+houstonhaynes@users.noreply.github.com> Date: Sat, 15 Feb 2025 18:44:15 -0500 Subject: [PATCH] add new GH_KEY --- .github/workflows/build-test-docs-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-docs-publish.yml b/.github/workflows/build-test-docs-publish.yml index 8759a84b..ff626e44 100644 --- a/.github/workflows/build-test-docs-publish.yml +++ b/.github/workflows/build-test-docs-publish.yml @@ -78,7 +78,7 @@ jobs: - name: Deploy docs uses: peaceiris/actions-gh-pages@v3 with: - personal_token: ${{ secrets.GITHUB_TOKEN }} + personal_token: ${{ secrets.GH_PAT }} publish_dir: ./output publish_branch: gh-pages force_orphan: true