We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ded8e8b commit 07fa31aCopy full SHA for 07fa31a
1 file changed
.github/workflows/docs.yml
@@ -22,5 +22,5 @@ jobs:
22
- name: Deploy to GitHub Pages
23
uses: peaceiris/actions-gh-pages@v3
24
with:
25
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GH_PAGES_DOC_DEPLOYMENT }}
26
publish_dir: ./docs/_build/html
0 commit comments