COVID19Tracking / covid-tracking-data

Apache License 2.0
295 stars 159 forks source link

LTC: Use a different GH commit action #199

Closed zachlipton closed 3 years ago

zachlipton commented 3 years ago

This avoids the errors when jobs conflict with each other because the old action didn’t pull/merge before pushing

I tested this over in the branch zachlipton/ltc-new-commit and it seems to work as expected

zachlipton commented 3 years ago

The secrets would be in https://github.com/COVID19Tracking/covid-tracking-data/settings/secrets/actions if we had any, but ${{ secrets.GITHUB_TOKEN }} is a weird magical secret that GH Actions wills into existence when it runs.