Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

add verbose PAT message #828

Merged
merged 1 commit into from
Jul 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R/github.R
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ browse_github_token <- function(scopes = c("repo", "gist"),
ui_todo(
"Call {ui_code('usethis::edit_r_environ()')} to open {ui_path('.Renviron')}."
)
ui_todo("Store your PAT with a line like:")
ui_todo("Store your PAT (personal access token) with a line like:")
ui_code_block("GITHUB_PAT=xxxyyyzzz")
ui_todo("Make sure {ui_value('.Renviron')} ends with a newline!")
invisible()
Expand Down