Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[React-Linter] Update danger token #12956

Merged
merged 1 commit into from
May 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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