From 41a2c014d88adf7216a42142bd2feabf99086dad Mon Sep 17 00:00:00 2001 From: Adabot <33701428+adafruit-adabot@users.noreply.github.com> Date: Sun, 17 Sep 2023 12:23:43 -0400 Subject: [PATCH] Update reports_cron.yml --- .github/workflows/reports_cron.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reports_cron.yml b/.github/workflows/reports_cron.yml index 6350524..59596c2 100644 --- a/.github/workflows/reports_cron.yml +++ b/.github/workflows/reports_cron.yml @@ -6,6 +6,8 @@ name: Run Daily Reports on: schedule: + # The actor (github.actor) that runs the cron job may be the user who created the cron job + # initially. It does not appear to be settable via a secret or environment variable. - cron: 15 5 * * * workflow_dispatch: