Commit e013f04151585aaa3eefed2237b4c8063f4a7ae5

Authored by JinMao
1 parent 3948ba1b

chore: update ci

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