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 66a8c09 commit f2c06ecCopy full SHA for f2c06ec
.github/workflows/publish-docs.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Deploy to `${{ inputs.destination_dir }}` directory of `gh-pages` branch
42
uses: peaceiris/actions-gh-pages@068dc23d9710f1ba62e86896f84735d869951305
43
with:
44
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.DEPLOY_TOKEN }}
45
publish_dir: ./docs
46
destination_dir: ${{ inputs.destination_dir }}
0 commit comments