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
Copy file name to clipboardExpand all lines: cmd/clusterctl/client/repository/repository_github.go
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,8 @@ const (
50
50
)
51
51
52
52
var (
53
-
errNotFound=errors.New("404 Not Found")
53
+
errNotFound=errors.New("404 Not Found")
54
+
errRateLimit=errors.New("rate limit for github api has been reached. Please wait one hour or get a personal API token and assign it to the GITHUB_TOKEN environment variable")
54
55
55
56
// Caches used to limit the number of GitHub API calls.
returnerrors.New("rate limit for github api has been reached. Please wait one hour or get a personal API token and assign it to the GITHUB_TOKEN environment variable")
0 commit comments