From 97356039f55f8c51c241aab728dde57f07afc7a1 Mon Sep 17 00:00:00 2001 From: Tiago Date: Tue, 10 Oct 2023 22:04:40 -0300 Subject: [PATCH] added vercel token THAT WILL BE DESTROYED ASAP --- .github/workflows/continuous-delivery.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index d5f69f7..59df9d5 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -19,4 +19,4 @@ jobs: - name: "Install Dependencies" run: "npm install" - name: "Publish to Vercel" - run: "npx vercel --prod" + run: "npx vercel --prod --token=c2JS23XHGpIQLMekiTNbAy08"