Skip to content

Commit 8c96121

Browse files
committed
Change back to GITHUB_TOKEN for authentification.
Forgot to change the GITHUB_TOKEN itself, in the previous commit.
1 parent 713b49b commit 8c96121

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: DenverCoder1/doxygen-github-pages-action@v2.0.0
2727
with:
28-
github_token: ${{ secrets.DOXYGEN_GH_PAGE }}
28+
github_token: ${{ secrets.GITHUB_TOKEN }}
2929
branch: gh-pages
3030
folder: docs/html
3131
config_file: Doxyfile

0 commit comments

Comments
 (0)