From 87618b9ad7f8f9e721633cb44d2602b8b417106a Mon Sep 17 00:00:00 2001 From: Laurence Molloy Date: Sun, 22 Dec 2024 03:02:21 +0000 Subject: [PATCH] changed env vars to repo vars --- .github/workflows/combine_states.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/combine_states.yml b/.github/workflows/combine_states.yml index a4ba887..9302401 100644 --- a/.github/workflows/combine_states.yml +++ b/.github/workflows/combine_states.yml @@ -29,7 +29,7 @@ jobs: SENDER_EMAIL_ADDRESS: ${{ secrets.SENDER_EMAIL_ADDRESS }} SENDER_EMAIL_PASSWORD: ${{ secrets.SENDER_EMAIL_PASSWORD }} RECIPIENT_EMAIL_ADDRESS: ${{ secrets.RECIPIENT_EMAIL_ADDRESS }} - ALERT_INTERVAL_SECONDS: ${{ env.ALERT_INTERVAL_SECONDS }} + ALERT_INTERVAL_SECONDS: ${{ vars.ALERT_INTERVAL_SECONDS }} run: | python src/server/combine_states.py