We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f61141 commit 0921311Copy full SHA for 0921311
pkg/auth/auth.go
@@ -87,7 +87,7 @@ func tokenForHost(cfg *config.Config, host string) (string, string) {
87
}
88
89
func tokenFromGh(path string, host string) (string, string) {
90
- cmd := exec.Command(path, "auth", "token", "--hostname", host)
+ cmd := exec.Command(path, "auth", "token", "--secure-storage", "--hostname", host)
91
result, err := cmd.Output()
92
if err != nil {
93
return "", "gh"
0 commit comments