electricitymaps / bloom-contrib

Making carbon footprint data available to everyone.
https://www.bloomclimate.com
MIT License
434 stars 104 forks source link

Setup GitHub workflows instead of CircleCI #484

Closed skovhus closed 3 years ago

skovhus commented 3 years ago

CircleCI is failing to verify GitHub's SSH key... This seems like a known problem when trying to push to GitHub from CircleCI. I guess the SSH key should be updated?

Instead of spending more time on this, I suggest just using GitHub actions. It seems like a stable solution – and I've successfully used it for publishing packages in a few projects.