lib/danger/ci_source/gitlab_ci.rb in danger-5.5.3 vs lib/danger/ci_source/gitlab_ci.rb in danger-5.5.4

- old
+ new

@@ -13,10 +13,10 @@ # script: # - bundle exec danger # ``` # ### Token Setup # - # Add the `DANGER_GITHUB_API_TOKEN` to your pipeline env variables. + # Add the `DANGER_GITLAB_API_TOKEN` to your pipeline env variables. class GitLabCI < CI def self.validates_as_ci?(env) env.key? "GITLAB_CI" end