We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52cdbd commit 54add2eCopy full SHA for 54add2e
.github/workflows/auto-deploy-docs.yml
@@ -27,5 +27,5 @@ jobs:
27
- name: Deploy to GitHub Pages
28
uses: peaceiris/actions-gh-pages@v4
29
with:
30
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.DEPLOY_TOKEN }}
31
publish_dir: ./site
0 commit comments