google-research / open-covid-19-data

Open source aggregation pipeline for public COVID-19 data, including hospitalization/ICU/ventilator numbers for many countries.
Apache License 2.0
115 stars 69 forks source link

Change workflow to use new bot #128

Closed everettk closed 4 years ago

everettk commented 4 years ago

The existing github workflow that runs .github/workflows/update_data.yaml would create a pull request that failed Google's CLA check. This PR edits that workflow to use a new open-covid-19-data-github-bot account that has been allowlisted so the CLA check should pass. It uses a personal access token for that Github account that has been added as secrets.BOT_ACCESS_TOKEN to this repo.