config/secrets.development.example.yml in shipit-engine-0.33.0 vs config/secrets.development.example.yml in shipit-engine-0.34.0

- old
+ new

@@ -1,14 +1,38 @@ host: 'localhost:3000' redis_url: 'redis://127.0.0.1:6379/0' +# For creating an app see: https://github.com/Shopify/shipit-engine/blob/master/docs/setup.md#creating-the-github-app # Can be obtained there: https://github.com/settings/apps # Set the "Authorization callback URL" as `<host>/github/auth/github/callback` + github: app_id: installation_id: webhook_secret: # nil private_key: oauth: id: secret: teams: # Optional + +# Use this configuration schema if you are configuring multiple Github applications for different Github organizations + +# github: +# somegithuborg: +# app_id: +# installation_id: +# webhook_secret: # nil +# private_key: +# oauth: +# id: +# secret: +# teams: # Optional +# someothergithuborg: +# app_id: +# installation_id: +# webhook_secret: # nil +# private_key: +# oauth: +# id: +# secret: +# teams: # Optional