cancerDHC / sheet2linkml

Python package for conversion of Google Sheet to LinkML for CCDH
Apache License 2.0
1 stars 3 forks source link

Update google-sheets to support Google API authentication via environmental variable #10

Closed gaurav closed 2 years ago

gaurav commented 3 years ago

At the moment, we read the Google API authentication information from a local JSON file. We should modify this to also support receiving the authentication information from an environmental variable. This would allow us to set this authentication information via GitHub encrypted secrets, making it possible to run the model generation code via GitHub Actions (#16).