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