ropensci / rebird

Wrapper to the eBird API
https://docs.ropensci.org/rebird
Other
82 stars 17 forks source link

Run tests with eBird API key as GitHub Secret #104

Closed sebpardo closed 7 months ago

sebpardo commented 8 months ago

First stab at using a GitHub Secret to store eBird's API key in order to run tests.

sebpardo commented 7 months ago

Decided to go for locally stored vcr tests as GH Secrets aren't loaded during PRs, so tests would always fail until they're merged. Unfortunately, the only way around this has potential security risks.