powered by
Use a Google token from github auth workflow
use_gauth_workflow(access_token)
Sets the internal token to use the provided access_token string and returns the AuthState token object.
access_token
AuthState
See https://github.com/google-github-actions/auth/ for more details.
The access token from github auth workflow
google_access_token <- Sys.getenv("access_token") use_gauth_workflow("your_access_token")
Run the code above in your browser using DataLab