From 4a17273a6dba4a12848d4f2fcf4a2c39fb6fc6fc Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Wed, 7 May 2025 13:29:20 -0300 Subject: [PATCH] fix: update the github username to github username --- worker/src/utils/task/task.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/utils/task/task.ts b/worker/src/utils/task/task.ts index 28b1916..b424318 100644 --- a/worker/src/utils/task/task.ts +++ b/worker/src/utils/task/task.ts @@ -28,7 +28,7 @@ export async function task() { taskId: TASK_ID, // roundNumber: roundNumber, action: "fetch-todo", - githubUsername: stakingKey, + githubUsername: process.env.GITHUB_USERNAME, stakingKey: stakingKey, }, stakingKeypair.secretKey,