use_gauth_workflow | R Documentation |
Use a Google token from github auth workflow
use_gauth_workflow(access_token)
access_token |
The access token from github auth workflow |
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.
google_access_token <- Sys.getenv("access_token")
use_gauth_workflow("your_access_token")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.