From 9cc14ec99c18f497cf5f3bb4a1f6ba6e3a494f8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Thu, 7 Jun 2018 07:33:29 -0700 Subject: [PATCH] Update Danger token (#19606) Summary: Trivial. Closes https://github.com/facebook/react-native/pull/19606 Differential Revision: D8314419 Pulled By: hramos fbshipit-source-id: b298e265c2c87cdc01175b1a014f9003e0673f40 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f720a8d3..31ea483c7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -567,9 +567,9 @@ jobs: - run: name: Analyze Pull Request command: | - # DANGER_GITHUB_API_TOKEN=Facebook-Open-Source-Bot public_repo access token + # DANGER_GITHUB_API_TOKEN=React-Linter public_repo access token if [ -n "$CIRCLE_PR_NUMBER" ]; then - cd bots && DANGER_GITHUB_API_TOKEN="b186c9a82bab3b08ec80""c0818117619eec6f281a" yarn danger + cd bots && DANGER_GITHUB_API_TOKEN="80aa64c50f38a267e9ba""575d41d528f9c234edb8" yarn danger else echo "Skipping pull request analysis." fi