-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set token non-interactively #62
Comments
Do want to use a credential helper on GitHub? Or what are you "setting" the token for? |
I am installing packages from github using
which is how I came across But, I just noticed that |
remotes will pick up the Or even better, use https://github.com/r-lib/actions/tree/v2-branch/setup-r-dependencies, look at the suggested workflows here: https://github.com/r-lib/actions/tree/v2-branch/examples |
I am installing packages from GitHub in a docker container and running into rate limiting. How does one set token non-interactively from an environment variable?
I am thinking of something like this..
Perhaps, I am missing something.
The text was updated successfully, but these errors were encountered: