fix: update the github username to github username

This commit is contained in:
2025-05-07 13:29:20 -03:00
parent a8504bf733
commit 4a17273a6d

View File

@ -28,7 +28,7 @@ export async function task() {
taskId: TASK_ID, taskId: TASK_ID,
// roundNumber: roundNumber, // roundNumber: roundNumber,
action: "fetch-todo", action: "fetch-todo",
githubUsername: stakingKey, githubUsername: process.env.GITHUB_USERNAME,
stakingKey: stakingKey, stakingKey: stakingKey,
}, },
stakingKeypair.secretKey, stakingKeypair.secretKey,