Code52 / carnac

A utility to give some insight into how you use your keyboard
http://carnackeys.com/
Microsoft Public License
4.2k stars 506 forks source link

GitHub auth token needs to be created and encrypted by the right account #209

Closed hnrkndrssn closed 5 years ago

hnrkndrssn commented 5 years ago

Turns out that the owner of the build needs to create the encrypted secrets stored in appveyor.yml and as I updated them with encrypted secrets from my account it caused the build to fail...😭 https://ci.appveyor.com/project/shiftkey/carnac/builds/23918521

@shiftkey sorry, but it seems I need you to re-create a GitHub auth token and encrypt it in appveyor and update the values in appveyor.yml... 😳 (I had to update the auth token as it was complaining about it no longer being valid)

shiftkey commented 5 years ago

@hnrkndrssn oops, hopefully #210 should fix this - otherwise feel free to migrate to your own Appveyor account if you'd prefer to manage it yourself.

hnrkndrssn commented 5 years ago

Thanks @shiftkey, I might do that once things around here have calmed down a bit. Will let you know.