Skip to content

Commit

Permalink
Change back to GITHUB_TOKEN for authentification.
Browse files Browse the repository at this point in the history
Forgot to change the GITHUB_TOKEN itself, in the previous commit.
  • Loading branch information
suikan4github committed Sep 25, 2024
1 parent 713b49b commit 8c96121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c96121

Please # to comment.