Skip to contents

Get GitHub token

Usage

get_gh_token(token_name = "")

Arguments

token_name

Optional name of token to use

Value

The value of the GitHub access token extracted from environment variables.

Examples

if (FALSE) {
token <- get_gh_token ()
}