Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit50432b8

Browse files
authored
fix: pass git auth config read from environment through server (#6540)
1 parent1b3b0ea commit50432b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎cli/server.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,8 +650,9 @@ flags, and YAML configuration. The precedence is as follows:
650650
returnxerrors.Errorf("read git auth providers from env: %w",err)
651651
}
652652

653+
cfg.GitAuthProviders.Value=append(cfg.GitAuthProviders.Value,gitAuthEnv...)
653654
gitAuthConfigs,err:=gitauth.ConvertConfig(
654-
append(cfg.GitAuthProviders.Value,gitAuthEnv...),
655+
cfg.GitAuthProviders.Value,
655656
cfg.AccessURL.Value(),
656657
)
657658
iferr!=nil {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp