Skip to content

Commit f61dc4d

Browse files
Update Deployment Action (#32)
1 parent 4cee4ce commit f61dc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Deploy to GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
github_token: ${{ secrets.BOT_DEPLOYMENT_TOKEN }}
3232
# Build output to publish to the `gh-pages` branch:
3333
publish_dir: ./build
3434

0 commit comments

Comments
 (0)