mirror of
https://github.com/facebook/react.git
synced 2026-02-23 20:23:02 +00:00
Switch to @sizebot token (#13622)
This commit is contained in:
committed by
Dan Abramov
parent
e49f3ca08e
commit
dde0645fcf
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user