From 23ee6a83f0728161fce99fae1a975f78212ec838 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 10:32:22 +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 a4d1d640..4964f97c 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 }} - GITHUB_TOKEN: ${{ secrets.GEONINJA_PAT }} + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build documentation run: mkdocs build