Skip to content

Commit

Permalink
Update token (facebook#12956)
Browse files Browse the repository at this point in the history
  • Loading branch information
hramos authored and gaearon committed May 31, 2018
1 parent 15767a8 commit 65ab536
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' : '';

// Facebook-Open-Source-Bot public_repo token
const token = 'b186c9a82bab3b08ec80' + 'c0818117619eec6f281a';
// React-Linter public_repo token (this is publicly visible on purpose)
const token = '80aa64c50f38a267e9ba' + '575d41d528f9c234edb8';
spawn(path.join('node_modules', '.bin', 'danger-ci' + extension), [], {
// Allow colors to pass through
stdio: 'inherit',
Expand Down

0 comments on commit 65ab536

Please sign in to comment.