Skip to content

Commit

Permalink
Switch to @sizebot token (#13622)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos authored and gaearon committed Sep 11, 2018
1 parent e49f3ca commit dde0645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/tasks/danger.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit dde0645

Please sign in to comment.