From 1d18fda2320dd6a32606a3f41e54a38f29dc7013 Mon Sep 17 00:00:00 2001 From: j178 <10510431+j178@users.noreply.github.com> Date: Tue, 30 May 2023 17:33:50 +0800 Subject: [PATCH] not need auth if providing one --- plugins/vercel/vercel.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/vercel/vercel.go b/plugins/vercel/vercel.go index c30eb7222..52cf3f067 100644 --- a/plugins/vercel/vercel.go +++ b/plugins/vercel/vercel.go @@ -16,6 +16,8 @@ func VercelCLI() schema.Executable { needsauth.NotForHelpOrVersion(), needsauth.NotWithoutArgs(), needsauth.NotWhenContainsArgs("login"), + needsauth.NotWhenContainsArgs("-t"), + needsauth.NotWhenContainsArgs("--token"), ), Uses: []schema.CredentialUsage{ {