We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d10fd commit d5d8d6eCopy full SHA for d5d8d6e
1 file changed
github/provider.go
@@ -416,6 +416,7 @@ func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
416
}
417
418
if token == "" {
419
+ log.Printf("[INFO] No token found, using GitHub CLI to get token from hostname %s", baseURL.Host)
420
token = tokenFromGHCLI(baseURL)
421
422
0 commit comments