diff --git a/.github/workflows/vercelPullRequest.yml b/.github/workflows/vercelPullRequest.yml index 9b2a984..66631b4 100644 --- a/.github/workflows/vercelPullRequest.yml +++ b/.github/workflows/vercelPullRequest.yml @@ -9,7 +9,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: amondnet/vercel-action@v25 - id: vercel-deploy with: vercel-token: ${{ secrets.VERCEL_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}