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 4cee4ce commit f61dc4dCopy full SHA for f61dc4d
.github/workflows/deploy-website.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Deploy to GitHub Pages
29
uses: peaceiris/actions-gh-pages@v3
30
with:
31
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.BOT_DEPLOYMENT_TOKEN }}
32
# Build output to publish to the `gh-pages` branch:
33
publish_dir: ./build
34
0 commit comments