You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.Info("Skipped creating GitHub deploy key from Flux SSH public key for URL %s: Only `[email protected]:OWNER/REPO.git` is accepted for automatic deploy key creation", km.repoURL)
42
-
43
-
returnnil
44
-
}
45
-
46
-
gh, ok:=km.getGitHubAPIClient(ctx)
47
-
if!ok {
48
-
logger.Info("Skipped creating GitHub deploy key from Flux SSH public key due to missing GITHUB_TOKEN")
49
-
50
-
returnnil
51
-
}
52
-
53
-
logger.Info("Creating GitHub deploy key from Flux SSH public key")
logger.Info("Skipped deleting GitHub deploy key for URL %s: Only `[email protected]:OWNER/REPO.git` is accepted for automatic deploy key creation", km.repoURL)
76
-
77
-
returnnil
78
-
}
79
-
80
-
gh, ok:=km.getGitHubAPIClient(ctx)
81
-
if!ok {
82
-
logger.Info("Skipped deleting GitHub deploy key due to missing GITHUB_TOKEN")
logger.Info("skipped creating GitHub deploy key from Flux SSH public key for URL %s: Only `[email protected]:OWNER/REPO.git` is accepted for automatic deploy key creation", p.repoURL)
30
+
31
+
returnnil
32
+
}
33
+
34
+
gh:=p.getGitHubAPIClient(ctx)
35
+
36
+
logger.Info("creating GitHub deploy key from Flux SSH public key")
logger.Info("skipped deleting GitHub deploy key for URL %s: Only `[email protected]:OWNER/REPO.git` is accepted for automatic deploy key creation", p.repoURL)
0 commit comments