Automating OpenRing
Today I am going to talk about how I automated my openring
On my last post DuΕ‘an said that he runs openring on a cronjob, that got me thinking, why couldn't I do so too, but on github actions
I figured it would be the easiest to do but it really wasn't because i would a. need so set up git tokens or b. run it via git hooks every week (using a cronjob)
All of that deemed too hard so I just went with a shell script and I plan on running a cron job on my own PC which updates the openring automatically and pushes it to git, but I haven't looked into that yet
I should also look into netlify's docs if they maybe provide some kind of cronjobs
Thanks for reading
This was day 6 of #100DaysToOffload