1 parent 1b57334 commit 6d61a65Copy full SHA for 6d61a65
.github/workflows/deploy.yml
@@ -34,6 +34,6 @@ jobs:
34
- name: Deploy
35
uses: peaceiris/actions-gh-pages@v3
36
with:
37
- personal_token: ${{ secrets.PERSONAL_TOKEN }}
+ personal_token: ${{ PERSONAL_TOKEN }}
38
publish_dir: ./build
39
publish_branch: gh-pages
0 commit comments