From e68044c01a8cba365efe9d2f4247096ef73046a2 Mon Sep 17 00:00:00 2001 From: Denis Rouzaud Date: Mon, 19 Feb 2024 10:43:27 +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 3a8cd66b..fc1c4f70 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.GEONINJA_PAT }} + GH_TOKEN: ${{ secrets.GEONINJA_PAT_NO_ACCESS }} - name: Build documentation run: mkdocs build