Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PietrH committed Apr 2, 2024
1 parent e86c68a commit ea7ed7d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions R/get_access_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
#' @details
#' This function uses keyring to retrieve the password. If no password has been
#' set using keyring you'll be prompted to enter your password using askpass.
#' Setting the password using keyring should best be done interactively
#' (in the console) using
#' `keyring::key_set("iasset_password", username = "my_username")`.
#' This password - username combination will then be stored in the system
#' credential store.
#' Keyring uses secret environment variables on GitHub Actions.
#'
#' @import keyring
Expand Down
5 changes: 2 additions & 3 deletions man/get_access_token.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ea7ed7d

Please sign in to comment.