diff --git a/.github/workflows/vercel-deploy.yml b/.github/workflows/vercel-deploy.yml index 0071f05..4338eec 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -17,8 +17,6 @@ jobs: - uses: actions/checkout@v2 - uses: amondnet/vercel-action@v19 with: - vercel-cli: vercel vercel-token: ${{ secrets.VERCEL_TOKEN }} vercel-org-id: ${{ secrets.VERCEL_ORG_ID}} vercel-project-id: ${{ secrets.VERCEL_PROJECT_ID}} - github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file