ImperialCollegeLondon / covid19model

Code for modelling estimated deaths and cases for COVID19.
MIT License
944 stars 271 forks source link

Add Actions to publish data to storage #81

Closed fiksen99 closed 4 years ago

fiksen99 commented 4 years ago

Creates Github Actions to automatically publish the model data checked in to github to Azure Storage. This can be leveraged by forthcoming powerbi dashboards to display the data.

As a prerequisite for these actions to work, you will need to navigate to the Settings>Secrets tab of this repo and add the following secret image

https://github.com/ImperialCollegeLondon/covid19model/settings/secrets

The secret value to set can be found under the shared Azure subscription > imperialcollegecoviddata > Access keys, then copy and paste the connection string under key1

s-mishra commented 4 years ago

this has been done in the required repo now