Skip to content

Commit 2d51147

Browse files
hramosaweary
authored andcommitted
Replace danger token with a refreshed facebook-open-source-bot token (facebook#12295)
1 parent 925fc93 commit 2d51147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/tasks/danger.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ const spawn = require('child_process').spawn;
1212

1313
const extension = process.platform === 'win32' ? '.cmd' : '';
1414

15-
// This came from React Native's circle.yml
16-
const token = 'e622517d9f1136ea8900' + '07c6373666312cdfaa69';
15+
// Facebook-Open-Source-Bot public_repo token
16+
const token = 'b186c9a82bab3b08ec80' + 'c0818117619eec6f281a';
1717
spawn(path.join('node_modules', '.bin', 'danger-ci' + extension), [], {
1818
// Allow colors to pass through
1919
stdio: 'inherit',

0 commit comments

Comments
 (0)