Secure token in plaintext in appveyor.yml?
irby opened this issue · 1 comments
irby commented
Looking around at different Nanoid implementations, and noticed that the secure token inside the appveyor.yml
file is plaintext.
I just want to double check this is intentional, as the Appveyor docs seem a little confusing as to whether this token should be committed to a public repo or not. Wouldn't anyone be able to overwrite your NuGet package if they have the secure token?
irby commented
Disregard, this seems to be standard practice as indicated by Moq's appveyor