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