Skip to content

Commit

Permalink
Update danger.js token
Browse files Browse the repository at this point in the history
  • Loading branch information
kassens committed Jan 27, 2023
1 parent 0652bdb commit 5e600f0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/tasks/danger.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ const spawn = require('child_process').spawn;

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

// sizebot public_repo token (this is publicly visible on purpose)
const token = '0a7d5c3cad9a6dbec2d9' + '9a5222cf49062a4c1ef7';
spawn(
path.join('node_modules', '.bin', 'danger-ci' + extension),
[
Expand All @@ -23,10 +21,6 @@ spawn(
{
// Allow colors to pass through
stdio: 'inherit',
env: {
...process.env,
DANGER_GITHUB_API_TOKEN: token,
},
}
).on('close', function(code) {
if (code !== 0) {
Expand Down

0 comments on commit 5e600f0

Please sign in to comment.