Posts about slack
- •2 mins reading time
Serverless Scraper & Notification Service using GitHub Actions
Scheduled Workflow and Git Commit as Database Write
When GitHub announced Actions few months ago, I was really excited. One of the interesting feature was the ability to create a scheduled workflow using cron syntax. Of course, cronjob is not a new technology, but the ability to run cron without having to manage server while at the same time integrates nicely with GitHub API is pretty amazing. One thing immediately caught my mind:
Read More