#rstats, any advice on unit testing package functions that require an API key without just sharing your API key with everyone on GitHub?
2
1
Replying to @MiriamAsaGold
Yes, look into 'Repository Secrets' in the GitHub Actions documentation. It's pretty straightforward -- for example I use one here and pass it to an environment variable. github.com/eddelbuettel/rpus…

Sep 25, 2022 · 12:01 AM UTC

2