lib/danger/ci_source/circle.rb in danger-9.0.0 vs lib/danger/ci_source/circle.rb in danger-9.1.0
- old
+ new
@@ -29,10 +29,10 @@
#
# If "Only build pull requests" can't be enabled for your project, Danger _can_ still work by relying on CircleCI's API
# to retrieve PR metadata, which will require an API token.
#
# 1. Go to your project > Settings > API Permissions. Create a token with scope "view-builds" and a label like "DANGER_CIRCLE_CI_API_TOKEN".
- # 2. Settings > Environement Variables. Add the token as a CircleCI environment variable, which exposes it to the Danger process.
+ # 2. Settings > Environment Variables. Add the token as a CircleCI environment variable, which exposes it to the Danger process.
#
# There is no difference here for OSS vs Closed, both scenarios will need this environment variable.
#
# With these pieces in place, Danger should be able to work as expected.
#