Skip to content

Commit 6dd3c85

Browse files
committed
Add some more infor logging
Signed-off-by: Timo Sand <[email protected]>
1 parent 11e44a9 commit 6dd3c85

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)