Skip to content

Commit

Permalink
feat: switch run to utc 1855 (#50)
Browse files Browse the repository at this point in the history
* feat: switch run to utc 1855

* feat: add EMAIL_RECEIVER_NAME
  • Loading branch information
seblum authored Aug 11, 2024
1 parent 592f212 commit 3e7cd28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-on-schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run OctivBookerBot on Schedule

on:
schedule:
- cron: "55 20 * * *" # “At 20:55 every day.”
- cron: "55 18 * * *" # “At 18:55 UTC every day.”
workflow_dispatch:

env:
Expand Down Expand Up @@ -54,6 +54,7 @@ jobs:
-e EMAIL_SENDER="${{ SECRETS.EMAIL_SENDER }}" \
-e EMAIL_PASSWORD="${{ SECRETS.EMAIL_PASSWORD }}" \
-e EMAIL_RECEIVER="${{ SECRETS.EMAIL_RECEIVER }}" \
-e EMAIL_RECEIVER_NAME="${{ SECRETS.EMAIL_RECEIVER_NAME }}" \
-e DAYS_BEFORE_BOOKABLE="${{ VARS.DAYS_BEFORE_BOOKABLE }}" \
-e EXECUTION_BOOKING_TIME="${{ VARS.EXECUTION_BOOKING_TIME }}" \
seblum/${{ENV.DOCKER_IMAGE}}

0 comments on commit 3e7cd28

Please sign in to comment.