From f8b2c950cd052f297f75b4772687a8d8f44918a3 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 10:34:21 +0100 Subject: [PATCH] fix --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 4964f97c..3a8cd66b 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -81,7 +81,7 @@ jobs: env: GITHUB_HEADREF: ${{ github.head_ref }} GITHUB_EVENT: ${{ github.event_name }} - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GH_TOKEN: ${{ secrets.GEONINJA_PAT }} - name: Build documentation run: mkdocs build