commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.57k stars 478 forks source link

Security: Store API Keys in Secrets? #723

Open renepanke opened 3 years ago

renepanke commented 3 years ago

Hey fellas,

I just discovered your repository and I really think your implementation is beautiful.

But i just wondered if the API keys in appveyor.uml (Line 49,58) shouldn't be stored in secrets ?

rmunn commented 3 years ago

They are stored in secrets, just not GItHub secrets. That "secure:" line is Appveyor's secure secret storage system. The API keys aren't actually checked into a public repo.