Skip to content

Commit 6820337

Browse files
authored
Merge pull request #46 from toddr/token_help
2 parents 944adee + 72bee9a commit 6820337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.maintenance/clone-all-repositories.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
if ( ! is_array( $repositories ) && property_exists( $repositories, 'message' ) ) {
2626
echo 'GitHub responded with: ' . $repositories->message . "\n";
2727
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";
2829
exit( 1 );
2930
}
3031

0 commit comments

Comments
 (0)