1 parent cb90356 commit 5023fd7Copy full SHA for 5023fd7
.github/workflows/deploy.yml
@@ -37,6 +37,6 @@ jobs:
37
- name: Deploy
38
uses: peaceiris/actions-gh-pages@v3
39
with:
40
- personal_token: ${{ env.PERSONAL_TOKEN }}
+ personal_token: ${{ secrets.PERSONAL_TOKEN }}
41
publish_dir: ./build
42
publish_branch: gh-pages
0 commit comments