Commit be4c98b9804fffa307c54b4e2132e80e854c9bc0
1 parent
e013f041
chore: update ci
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/deploy.yml
... | ... | @@ -110,7 +110,7 @@ jobs: |
110 | 110 | - name: Deploy |
111 | 111 | uses: peaceiris/actions-gh-pages@v3 |
112 | 112 | env: |
113 | - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} | |
113 | + deploy_key: ${{secrets.ACTIONS_DEPLOY_KEY}} | |
114 | 114 | PUBLISH_BRANCH: gh-pages |
115 | 115 | PUBLISH_DIR: ./dist |
116 | 116 | CNAME: vben.vvbin.cn | ... | ... |