From 6f3127ff5525fd709f33c8fd84f569cce45851cd Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Thu, 29 Jun 2023 15:25:50 -0300 Subject: [PATCH] fix: remove need for a github token --- .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 15a6e53..e5e2173 100644 --- a/.github/workflows/vercel-deploy.yml +++ b/.github/workflows/vercel-deploy.yml @@ -3,8 +3,6 @@ name: "Deploy on Vercel" on: workflow_call: secrets: - GH_TOKEN: - required: true VERCEL_TOKEN: required: true VERCEL_PROJECT_ID: