codeforamerica / publiccode-pusher

PublicCode editor customized for Code for America. The tool facilitate creating a publiccode yaml file and push it to a Github repository.
GNU General Public License v3.0
2 stars 3 forks source link

Config to run local and forks #8

Open giosce opened 3 years ago

giosce commented 3 years ago

The version in codeforamerica repo uses a google function to authorize into github. I make two hardcoded changes to run locally. It would be better to have these 2 values provided via config file. Also, we need to find a way to run from forks (so people can test before merging). I don't know if we can use the same Google function and just have these same 2 parameters provided via config file.