diff --git a/.github/workflows/deploy_pages.yaml b/.github/workflows/deploy_pages.yaml index 1859641..5111791 100644 --- a/.github/workflows/deploy_pages.yaml +++ b/.github/workflows/deploy_pages.yaml @@ -25,7 +25,7 @@ jobs: steps: - uses: DenverCoder1/doxygen-github-pages-action@v2.0.0 with: - github_token: ${{ secrets.DOXYGEN_GH_PAGE }} + github_token: ${{ secrets.GITHUB_TOKEN }} branch: gh-pages folder: docs/html config_file: Doxyfile