Switch to @sizebot token (#13622)

This commit is contained in:
Héctor Ramos
2018-09-11 13:06:44 -07:00
committed by Dan Abramov
parent e49f3ca08e
commit dde0645fcf

View File

@@ -12,8 +12,8 @@ const spawn = require('child_process').spawn;
const extension = process.platform === 'win32' ? '.cmd' : '';
// React-Linter public_repo token (this is publicly visible on purpose)
const token = '80aa64c50f38a267e9ba' + '575d41d528f9c234edb8';
// sizebot public_repo token (this is publicly visible on purpose)
const token = '0a7d5c3cad9a6dbec2d9' + '9a5222cf49062a4c1ef7';
spawn(path.join('node_modules', '.bin', 'danger-ci' + extension), [], {
// Allow colors to pass through
stdio: 'inherit',