From b9f670f654c8c1117002f77aa14f30c596057f8f Mon Sep 17 00:00:00 2001 From: Subroto Saha <104984001+isubroto@users.noreply.github.com> Date: Sat, 10 May 2025 19:48:39 +0600 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, });