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