Unanswered
Hello Everyone! Did You Already Establish Any Best Practises On Passing Arguments/Secrets To A Remote Machine While Using
no, it’s a command-line argument now. Bc if it was in the code, it would be logged by github and I wanted to avoid having an access token logged in plaintext. That’s why argparse seemed to be nice to transfer it via commandline and not via code.
I tried parsing - storing as environment variable - deleting the parser object, but this wouldn’t work unfortunately
149 Views
0
Answers
3 years ago
one year ago