deeheber / danielle-heberling-dot-xyz

My personal blog and website
https://www.danielleheberling.xyz/
MIT License
4 stars 1 forks source link

Update README repo latest blog posts when this repo has a push to main #81

Closed deeheber closed 1 year ago

deeheber commented 1 year ago

My README repo has a GH action workflow that needs to be manually run every time there's a new blog post published (I originally had it to run as a cron, but found the cron often didn't have much to update).

Update this repo to send a repository_dispatch event on merges to main to the README repo and on the README repo to trigger the Build README workflow when receiving this dispatch.

Possible solution