act-now-coalition / covid-data-model

Data backend providing computed data for the graphs displayed at https://covidactnow.org
https://covidactnow.org/
MIT License
149 stars 57 forks source link

Add repo dispatch for triggering via HTML request from can-scrapers #1250

Closed smcclure17 closed 2 years ago

smcclure17 commented 2 years ago

Adds a repository_dispatch option to allow the action to be triggered by a post request in can-scrapers. This would replace the cron scheduler currently used (although I've kept the schedule active for now).

I've been following the steps outlined here, and have a PR in the works to make the trigger request in can-scrapers.