kneemaa / github-action-rotate-aws-secrets

Github Action to rotate AWS Access Keys stored in a repositories secrets
MIT License
37 stars 19 forks source link

fix cron examples #20

Closed tedder closed 2 years ago

tedder commented 2 years ago

* 13 * * 1 runs every minute in the 13:00 UTC hour on Mondays. Oops, it should only run once per week.

Using '27' as an arbitrary time to keep from every cron running in the zeroth minute. Keeping that number consistent in the examples just out of simplicity.