When you first run the app, you'll see that the number of repositories being inspected is the correct total number of repositories for the organization. However, the next time the job runs, only 30 repositories are returned.
This is either due to the request method resetting the Octokit client, or not passing in the autopaginate option during initialization.