KWB-R / kwb.pkgbuild

Helper functions for automating R package development at KWB to a predefined style
https://kwb-r.github.io/kwb.pkgbuild
MIT License
2 stars 0 forks source link

travis: new deploy key #70

Closed mrustl closed 4 years ago

mrustl commented 4 years ago

latest version of travis (https://github.com/ropenscilabs/travis) uses TRAVIS_DEPLOY_KEY instead od id_rsa leading to problems https://github.com/r-lib/pkgdown/issues/1206 (hadley recommends to shift to "github-actions" but this is currently not an option.

remotes::install_github("ropenscilabs/travis@f2dd9a3640b0cd8266b0a813c8eaf6bf3775c83d") 
travis::use_travis_deploy(key_name_private = "id_rsa")