surge
surge copied to clipboard
Asking for Surge email and token for some user
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?
You can pass in token with --token
and not bother with the environment variables. Let me know how it goes.
Thanks I willl try it.