Hi/Hello,
I would like to host an app via shinyapps.io using my private GitHub repo, where I am hosting the data that will fuel the app. Is this possible at all?
So far, I have updated GitHub authentication as suggested in the article:
However, I now need an example of how to 'connect the dots'.
I have experience with uploading apps via shinyapps.io, but the input data was static. In this example, I would like to create an app with data that is constantly updated via web scraping automated by GitHub Actions in private repo.
Can anyone suggest the next steps?