Skip to content

Commit 9cc14ec

Browse files
hramosfacebook-github-bot
authored andcommitted
Update Danger token (#19606)
Summary: Trivial. Closes #19606 Differential Revision: D8314419 Pulled By: hramos fbshipit-source-id: b298e265c2c87cdc01175b1a014f9003e0673f40
1 parent 02d1bcc commit 9cc14ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -567,9 +567,9 @@ jobs:
567567
- run:
568568
name: Analyze Pull Request
569569
command: |
570-
# DANGER_GITHUB_API_TOKEN=Facebook-Open-Source-Bot public_repo access token
570+
# DANGER_GITHUB_API_TOKEN=React-Linter public_repo access token
571571
if [ -n "$CIRCLE_PR_NUMBER" ]; then
572-
cd bots && DANGER_GITHUB_API_TOKEN="b186c9a82bab3b08ec80""c0818117619eec6f281a" yarn danger
572+
cd bots && DANGER_GITHUB_API_TOKEN="80aa64c50f38a267e9ba""575d41d528f9c234edb8" yarn danger
573573
else
574574
echo "Skipping pull request analysis."
575575
fi

0 commit comments

Comments
 (0)