From 2a0fcd16420b2f90d8f9f42bc21406a835d75260 Mon Sep 17 00:00:00 2001 From: Banerjee Aditya Date: Thu, 8 Feb 2024 16:23:51 +0800 Subject: [PATCH] fix deploy.yml --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2369e73..d8443cf 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -176,7 +176,7 @@ jobs: run: | cd health && heroku config:set \ SERVER_LIST=${{ secrets.TELEGRAM_BOT_TOKEN }} \ - PING_INTERVAL=${{ secrets.TELEGRAM_BOT_WEBHOOK_URL }} + PING_INTERVAL=${{ secrets.TELEGRAM_BOT_WEBHOOK_URL }} \ --app echofinder-health env: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}