Skip to content

Commit

Permalink
import keyring
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Mar 29, 2024
1 parent 4c1e6e7 commit 9d27097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export("%>%")
export(get_access_token)
export(get_fields)
export(get_records)
import(keyring)
importFrom(magrittr,"%>%")
importFrom(rlang,.data)
1 change: 1 addition & 0 deletions R/get_access_token.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#' (in the console) using `keyring::key_set("iasset_password")`.
#' Keyring uses secret environment variables on GitHub Actions.
#'
#' @import keyring
#' @examples \dontrun{get_access_token("my_username")}
get_access_token <-
function(username, quiet = FALSE) {
Expand Down

0 comments on commit 9d27097

Please sign in to comment.