use_gauth_workflow: Use a Google token from github auth workflow

View source: R/gauth_token.R

use_gauth_workflowR Documentation

Use a Google token from github auth workflow

Description

Use a Google token from github auth workflow

Usage

use_gauth_workflow(access_token)

Arguments

access_token

The access token from github auth workflow

Value

Sets the internal token to use the provided access_token string and returns the AuthState token object.

See https://github.com/google-github-actions/auth/ for more details.

Examples

google_access_token <- Sys.getenv("access_token")
use_gauth_workflow("your_access_token")

ladder documentation built on June 8, 2025, 11:29 a.m.