From fc9d5fdec8e44d1b3a99fd818e82e886e826ad87 Mon Sep 17 00:00:00 2001 From: Info Zetra Date: Mon, 8 May 2023 17:23:32 +0200 Subject: [PATCH] modified secret name --- .github/workflows/documentation.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index dae3a08..9759554 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -19,6 +19,6 @@ jobs: if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }} with: publish_branch: gh-pages - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.TOKEN }} publish_dir: _build/ force_orphan: true \ No newline at end of file