diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index c767e5a..7734a83 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -20,5 +20,5 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: - github_token: ${{ secrets.GITHUB_TOKEN }} + github_token: ${{ secrets.GH_PAGES_TOKEN }} publish_dir: ./client/dist # Change this to your build output directory