diff --git a/.github/workflows/web-deploy.yml b/.github/workflows/web-deploy.yml index 40d13b2..9d2aa99 100644 --- a/.github/workflows/web-deploy.yml +++ b/.github/workflows/web-deploy.yml @@ -40,5 +40,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 if: github.ref == 'refs/heads/master' with: - github_token: $ + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./web/dist \ No newline at end of file