From 8758f56d2a4fa721d3a0c31eda5470db1f9af954 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=9C=E6=AC=A2=E8=8A=9D=E5=A3=AB=E7=9A=84=E5=A6=B9?= =?UTF-8?q?=E5=A6=B9?= Date: Sat, 2 Sep 2023 00:06:07 +0800 Subject: [PATCH] feat: update --- .github/workflows/vercel-deploy.yml | 2 -- 1 file changed, 2 deletions(-) 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