We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 944adee + 72bee9a commit 6820337Copy full SHA for 6820337
.maintenance/clone-all-repositories.php
@@ -25,6 +25,7 @@
25
if ( ! is_array( $repositories ) && property_exists( $repositories, 'message' ) ) {
26
echo 'GitHub responded with: ' . $repositories->message . "\n";
27
echo "If you are running into a rate limiting issue during large events please set GITHUB_TOKEN environment variable.\n";
28
+ echo "See https://github.com/settings/tokens\n";
29
exit( 1 );
30
}
31
0 commit comments