diff --git a/.github/workflows/PushWorkflow.yml b/.github/workflows/PushWorkflow.yml index ea54192..3fd52f7 100644 --- a/.github/workflows/PushWorkflow.yml +++ b/.github/workflows/PushWorkflow.yml @@ -42,7 +42,7 @@ jobs: - name: Push to Vercel if: success() run: | - npx vercel --prod + npx vercel --prod --confirm env: VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} \ No newline at end of file