Skip to content

Commit

Permalink
Set another env var for GCM
Browse files Browse the repository at this point in the history
Need to set GCM_GUI_PROMPT=never to suppress
the GitLab login window.
  • Loading branch information
gaborcsardi committed Apr 29, 2023
1 parent 66aedad commit f4321ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/git-auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,8 @@ gitcreds_env <- function() {
c(
GCM_INTERACTIVE = "Never",
GCM_MODAL_PROMPT = "false",
GCM_VALIDATE = "false"
GCM_VALIDATE = "false",
GCM_GUI_PROMPT = "false"
)
}

Expand Down

0 comments on commit f4321ec

Please sign in to comment.