Skip to content

Commit

Permalink
changed env vars to repo vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Molloy committed Dec 22, 2024
1 parent 08ec3f9 commit 87618b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/combine_states.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87618b9

Please sign in to comment.