From d170bfc801dc588c6cd654ebc8519c82f5052d3a Mon Sep 17 00:00:00 2001 From: garfield69 Date: Wed, 24 Jan 2024 08:08:29 +1300 Subject: [PATCH] Update redeliver-failed-deliveries.js --- .github/workflows/scripts/redeliver-failed-deliveries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scripts/redeliver-failed-deliveries.js b/.github/workflows/scripts/redeliver-failed-deliveries.js index 98b99bd4f..10e97d2ec 100644 --- a/.github/workflows/scripts/redeliver-failed-deliveries.js +++ b/.github/workflows/scripts/redeliver-failed-deliveries.js @@ -7,7 +7,7 @@ async function checkAndRedeliverWebhooks() { const APP_ID = process.env.APP_ID; const PRIVATE_KEY = process.env.PRIVATE_KEY; const TOKEN = process.env.TOKEN; - const LAST_REDELIVERY_VARIABLE_NAME = process.env.ISSUEBOT_LAST_REDELIVERY_TIME; + const LAST_REDELIVERY_VARIABLE_NAME = process.env.LAST_REDELIVERY_VARIABLE_NAME; const WORKFLOW_REPO_NAME = process.env.WORKFLOW_REPO; const WORKFLOW_REPO_OWNER = process.env.WORKFLOW_REPO_OWNER;