Skip to content

Commit 07fa31a

Browse files
committed
Fixed token name
1 parent ded8e8b commit 07fa31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
- name: Deploy to GitHub Pages
2323
uses: peaceiris/actions-gh-pages@v3
2424
with:
25-
github_token: ${{ secrets.GITHUB_TOKEN }}
25+
github_token: ${{ secrets.GH_PAGES_DOC_DEPLOYMENT }}
2626
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)