From 77b6fa575f3f5fc7af403af19e8f47be85117090 Mon Sep 17 00:00:00 2001 From: Karan Popat Date: Wed, 8 Jan 2025 23:34:38 +0530 Subject: [PATCH] fix preview builds --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eb17a0e..9619910 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,5 +11,4 @@ jobs: steps: - name: Trigger Vercel deploy run: | - curl -X GET https://tailpipe-io.vercel.app/api/service/revalidate-paths \ - -H "Authorization: Bearer ${{ secrets.TAILPIPE_API_KEY }}" + curl -X POST ${{ secrets.VERCEL_DEPLOY_LINK_PROD }}