From ae766e8f9f8cc19770fe1e2361134aacdef50a94 Mon Sep 17 00:00:00 2001 From: Andrew LeCody <348675+aceat64@users.noreply.github.com> Date: Thu, 22 Aug 2024 19:57:51 -0500 Subject: [PATCH] uv testing: trying with GH_TOKEN --- .github/workflows/pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 2f7381b..8393213 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -49,7 +49,7 @@ jobs: # https://squidfunk.github.io/mkdocs-material/insiders/ - name: Configure auth for Insiders run: | - echo "https://github:${{ secrets.GITHUB_TOKEN }}@github.com" >> $HOME/.git-credentials + echo "https://github:${{ secrets.GH_TOKEN }}@github.com" >> $HOME/.git-credentials git config --global credential.helper store - name: Install the project