From dde0645fcf317ed0042eaca96551f3f0394c68b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= <165856+hramos@users.noreply.github.com> Date: Tue, 11 Sep 2018 13:06:44 -0700 Subject: [PATCH] Switch to @sizebot token (#13622) --- scripts/tasks/danger.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tasks/danger.js b/scripts/tasks/danger.js index 3231ea9311..ebe488bf59 100644 --- a/scripts/tasks/danger.js +++ b/scripts/tasks/danger.js @@ -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',