Update danger.js token (#26066)

The old token was revoked, this updates the token by reading from CI
secrets instead, I'm not sure there's benefit in making it publicly
visible.
This commit is contained in:
Jan Kassens 2023-01-27 14:05:08 -05:00 committed by GitHub
parent 0652bdbd10
commit cb16201180
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 385 additions and 262 deletions

View File

@ -46,7 +46,7 @@
"core-js": "^3.6.4",
"coveralls": "^3.0.9",
"create-react-class": "^15.6.3",
"danger": "^9.2.10",
"danger": "^11.2.3",
"error-stack-parser": "^2.0.6",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.9.0",

View File

@ -13,7 +13,7 @@ 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';
const token = 'ghp_UfuUaoow8veN3ZV1' + 'sGquTDgiVjRDmL2qLY1D';
spawn(
path.join('node_modules', '.bin', 'danger-ci' + extension),
[

643
yarn.lock

File diff suppressed because it is too large Load Diff