From c63c9200fa7edf7c78d609d7e76dd08c4691df2f Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:40:45 +0100 Subject: [PATCH] Fix env var --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02d1e7c..daf7212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,9 +26,10 @@ jobs: command: install -d - name: Build docs uses: VaultVulp/action-pipenv@v2.0.1 + env: + GITHUB_TOKEN: ${{ secrets.TOKEN }} with: command: run mkdocs build - GITHUB_TOKEN: ${{ secrets.TOKEN }} - name: Upload Pages artifact uses: actions/upload-pages-artifact@v3 with: