mozilla / FirefoxColor

Theming demo for Firefox Quantum and beyond
https://color.firefox.com
Mozilla Public License 2.0
453 stars 93 forks source link

Set up deploy to gh-pages #1019

Open Rob--W opened 2 years ago

Rob--W commented 2 years ago

This repository used to rely on the GH_TOKEN of a former contributor to deploy to gh-pages (when pushed to the development branch), but that has not worked for a while (and the token has been removed and revoked by now). The relevant logic is referenced below.

We should update the CI config, by adding @addons-robot's token to the CI environment, and let it handle the deploy to gh-pages.

https://github.com/mozilla/FirefoxColor/blob/8ade8192873728c7973e1aebf7658c87bd5f1454/package.json#L59 https://github.com/mozilla/FirefoxColor/blob/8ade8192873728c7973e1aebf7658c87bd5f1454/.circleci/config.yml#L32-L41