Skip to content

Commit

Permalink
not need auth if providing one
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed May 30, 2023
1 parent c069a0b commit 1d18fda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/vercel/vercel.go
Expand Up @@ -16,6 +16,8 @@ func VercelCLI() schema.Executable {
needsauth.NotForHelpOrVersion(),
needsauth.NotWithoutArgs(),
needsauth.NotWhenContainsArgs("login"),
needsauth.NotWhenContainsArgs("-t"),
needsauth.NotWhenContainsArgs("--token"),
),
Uses: []schema.CredentialUsage{
{
Expand Down

0 comments on commit 1d18fda

Please sign in to comment.