The DB is only accessible on the ETH network. Any cron job on Github will run in Github cloud and therefore be unable to access the DB. This may be solvable in 2 ways:
Saving all the data to the repo and reading from there
Setup a local runner and run it frequently (e.g. get a VM from ETH)
The DB is only accessible on the ETH network. Any cron job on Github will run in Github cloud and therefore be unable to access the DB. This may be solvable in 2 ways: