maxheld83 / ghactions

GitHub actions for R and accompanying R package
https://www.maxheld.de/ghactions/
MIT License
169 stars 17 forks source link

automatically redirect to GH_PAT and other secret setup where appropriate #354

Open maxheld83 opened 4 years ago

maxheld83 commented 4 years ago

applies to most deploy functions

maxheld83 commented 4 years ago

or at least a warning like so:

usethis::ui_todo(c(
    "Remember to provide `GH_PAT` as a secret to the GitHub UI.",
    "For more information about Personal Access Token (PAT) for ghpages go to {usethis::ui_path('https://github.com/maxheld83/ghpages')}.",
    "See {usethis::ui_code('usethis::browse_github_pat()')} for help setting this up."
  ))