Skip to content

Commit 72bee9a

Browse files
committed
Provide the location to create a GITHUB_TOKEN
1 parent 944adee commit 72bee9a

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)