diff --git a/.github/workflows/scripts/redeliver-failed-deliveries.js b/.github/workflows/scripts/redeliver-failed-deliveries.js index 818fb1459..21fc59b1a 100644 --- a/.github/workflows/scripts/redeliver-failed-deliveries.js +++ b/.github/workflows/scripts/redeliver-failed-deliveries.js @@ -2,7 +2,7 @@ const { App, Octokit } = require("octokit"); const sleep = ms => new Promise(r => setTimeout(r, ms)); -const secondDelivery = true; +let secondDelivery = true; // async function checkAndRedeliverWebhooks() {