You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OWIDBOT_ACCESS_TOKEN needed to be defined in .env. This was easy to fix, but I'm wondering if this was necessary. I suppose it should rather be using our GITHUB_TOKEN.
I expected it would create a new branch, but instead it failed because the branch was not found. So I manually created the branch, rerun the export step, and then it worked.
Ideally, this step should:
Not require the CO2_BRANCH variable. Instead, it would create a branch with the same name as the current ETL branch (and, if it already exists, it should fail, for safety).
Create a branch and a PR.
The text was updated successfully, but these errors were encountered:
I was trying to execute the
export://github/co2_data/latest/owid_co2
step, by running:However, I encountered a few issues:
OWIDBOT_ACCESS_TOKEN
needed to be defined in.env
. This was easy to fix, but I'm wondering if this was necessary. I suppose it should rather be using ourGITHUB_TOKEN
.Ideally, this step should:
CO2_BRANCH
variable. Instead, it would create a branch with the same name as the current ETL branch (and, if it already exists, it should fail, for safety).The text was updated successfully, but these errors were encountered: