Skip to content

fix(vercel): keep deployment token out of argv - #984

Open
WNZhao wants to merge 1 commit into
profullstack:masterfrom
WNZhao:fix/vercel-token-env
Open

fix(vercel): keep deployment token out of argv#984
WNZhao wants to merge 1 commit into
profullstack:masterfrom
WNZhao:fix/vercel-token-env

Conversation

@WNZhao

@WNZhao WNZhao commented Aug 24, 2026

Copy link
Copy Markdown

Summary

  • authenticate Vercel CLI through its supported VERCEL_TOKEN environment variable
  • stop putting the deployment token in process arguments
  • add a regression test asserting the secret is absent from argv

Vercel documents VERCEL_TOKEN as the CI authentication path, and argv tokens can be exposed through process inspection or CLI error/suggestion output.

Verification

  • pnpm exec vitest run packages/targets/deploy-vercel/src/index.test.ts (8/8)
  • pnpm --filter @profullstack/sh1pt-target-deploy-vercel typecheck
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant