sintaxi / surge

CLI for the surge.sh CDN
https://surge.sh
2.84k stars 136 forks source link

Asking for Surge email and token for some user #386

Open Shekharrajak opened 4 years ago

Shekharrajak commented 4 years ago

Hi,

I have put the SURGE_TOKEN and SURGE_LOGIN in github secrets so that it can be picked while running the surge command for authentication.

It worked well in some PRs (like here ) but it didn't work in few like here.

Can someone please help me what went wrong?

sintaxi commented 4 years ago

You can pass in token with --token and not bother with the environment variables. Let me know how it goes.

Shekharrajak commented 4 years ago

Thanks I willl try it.