Skip to content

Commit 4684f61

Browse files
committed
Update build-website.yml
1 parent 4f854b1 commit 4684f61

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-website.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
- name: Deploy 🚀
5454
uses: peaceiris/actions-gh-pages@v3
5555
with:
56-
github_token: ${{ secrets.TOKEN }}
56+
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
publish_dir: ./website/_site/
5858
publish_branch: gh-pages
59+

0 commit comments

Comments
 (0)