kevbite / CompaniesHouse.NET

A simple .NET client wrapper for CompaniesHouse API
MIT License
37 stars 44 forks source link

Pull requests are failing on appveyor #56

Closed kevbite closed 7 years ago

kevbite commented 7 years ago

When opening a pull request, the pull request is failing to run though the tests on appveyor as it can't get access to the secure variable anymore. This seems to have changed in appveyor recently.

https://www.appveyor.com/docs/build-configuration/#secure-variables image

kevbite commented 7 years ago

I've just embedded the API key in the integration tests... YOLO!