Skip to content

Commit d5d8d6e

Browse files
committed
Add some more infor logging
Signed-off-by: Timo Sand <timo.sand@f-secure.com>
1 parent a4d10fd commit d5d8d6e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

github/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ func providerConfigure(p *schema.Provider) schema.ConfigureContextFunc {
416416
}
417417

418418
if token == "" {
419+
log.Printf("[INFO] No token found, using GitHub CLI to get token from hostname %s", baseURL.Host)
419420
token = tokenFromGHCLI(baseURL)
420421
}
421422

0 commit comments

Comments
 (0)