zehfernandes / get-vercel-source-code

Get source code hosted at vercel
97 stars 20 forks source link

process.env.VERCEL_TOKEN is always undefined #5

Closed loquens02 closed 1 year ago

loquens02 commented 2 years ago

The value of process.env.VERCEL_TOKEN is always undefined . I solved it by putting the token directly in const VERCEL_TOKEN .

Thanks for making such a great tool