We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3682ae6 commit 9c67516Copy full SHA for 9c67516
.github/workflows/generate-docs.yml
@@ -21,5 +21,5 @@ jobs:
21
- name: Deploy to GitHub Pages
22
uses: peaceiris/actions-gh-pages@v3
23
with:
24
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.DOCS_TOKEN }}
25
publish_dir: ./docs
0 commit comments