-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH_TOKEN #1
Comments
Hey hey!
|
Definitely like the walkthrough approach. It looks really good and it seems like you handle any issues/errors well. If there is a way to get the env var, you could you just skip that step in the flow if it is detected? As for hiding the input, it's been my experience with cli tools to hide something like this. I don't think that inputting the token in the walkthrough would save it to the shell history but it would be in the standard input. Off the top of my head I don't know how accessible that is after the screen has been cleared/instance killed. That said, it took a few minutes for the tool to scan all the repos. And when it's done the value is still in the terminal. Not a huge deal but, you know, you never know 🕵️ |
Hey @gmrchk,
Nice work, really like the tool and I hope it gets adopted to increase contribution to the open source community.
2 things about the token:
1. Is there a way to get it from the shell env? I feel like a lot of people have it stored somewhere for use with other tools, like the gh cli or act.
2. Is there a way to hide the input? I doubt anyone is typing in their token, probably copy/pasting.
Happy to help if I can 🧑💻
The text was updated successfully, but these errors were encountered: