Skip to content

Cron Jobs With Github Actions

View on Twitter

💡 Did you know you can use @Github Actions to run cron jobs?

Cron jobs ⏰ are useful for all sorts of things. For example, you can have a workflow that backs up your database every day at midnight.

Example cronjob in Github Actions to backup a database once a day.
You might also like
TypeScript Declarations for NPM Packages Read tip
Well-Known URL for Changing Passwords Read tip
Restrict SSH Key to Specific Commands Read tip