diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef93331..90523f1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,5 +15,5 @@ jobs: - run: npm run build - uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.DEPLOY_TOKEN }} publish_dir: ./dist