Gábor Csárdi
Gábor Csárdi
Thanks again! I am going to close this without merging, because I am not convinced that it is needed. You can already set environment variables for the action, so need...
Yeah, I think we could produce some summary output about what is going on, every minute or so?
This is already possible, see the gitcreds package for the env var you need to define for your host. E.g. for gitlab.org: ``` ❯ gitcreds::gitcreds_cache_envvar("https://gitlab.org") [1] "GITHUB_PAT_GITLAB_ORG" ``` So `GITHUB_PAT_GITLAB_ORG`...
Does it actually work? :D
Yeah, in that case a PR is welcome. I'll probably also add a function to pak to call gitcreds internally. We should probably also support `GIT_TOKEN_*`, e.g. `GIT_TOKEN_GITLAB_ORG`, the current...
No, I can do that later, or I can add it to the PR. gitcreds is already included in pak: https://github.com/r-lib/pak/blob/main/src/library/pkgdepends/R/git-auth.R
It git does not work then this is still a bug.