We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d1bcc commit 9cc14ecCopy full SHA for 9cc14ec
.circleci/config.yml
@@ -567,9 +567,9 @@ jobs:
567
- run:
568
name: Analyze Pull Request
569
command: |
570
- # DANGER_GITHUB_API_TOKEN=Facebook-Open-Source-Bot public_repo access token
+ # DANGER_GITHUB_API_TOKEN=React-Linter public_repo access token
571
if [ -n "$CIRCLE_PR_NUMBER" ]; then
572
- cd bots && DANGER_GITHUB_API_TOKEN="b186c9a82bab3b08ec80""c0818117619eec6f281a" yarn danger
+ cd bots && DANGER_GITHUB_API_TOKEN="80aa64c50f38a267e9ba""575d41d528f9c234edb8" yarn danger
573
else
574
echo "Skipping pull request analysis."
575
fi
0 commit comments