diff --git a/index.js b/index.js index d99edc8..551393f 100644 --- a/index.js +++ b/index.js @@ -173,7 +173,7 @@ Toolkit.run( async (tools) => { // Get the user's public events tools.log.debug(`Getting activity for ${GH_USERNAME}`); - const events = await tools.github.activity.listPublicEventsForUser({ + const events = await tools.github.activity.listEventsForAuthenticatedUser({ username: GH_USERNAME, per_page: 100, });