lib/danger/ci_source/bitbucket_pipelines.rb in danger-6.2.0 vs lib/danger/ci_source/bitbucket_pipelines.rb in danger-6.2.1

- old
+ new

@@ -5,12 +5,12 @@ # ```yaml # script: # - bundle exec danger --verbose # ``` # - # #### Token Setup + # ### Token Setup # - # Add `DANGER_BITBUCKETCLOUD_USERNAME` and `DANGER_BITBUCKETCLOUD_USERNAME` to your pipeline repository variable + # Add `DANGER_BITBUCKETCLOUD_USERNAME` and `DANGER_BITBUCKETCLOUD_PASSWORD` to your pipeline repository variable # or instead using `DANGER_BITBUCKETCLOUD_OAUTH_KEY` and `DANGER_BITBUCKETCLOUD_OAUTH_SECRET`. # # You can find them in Settings > Pipelines > Repository Variables class BitbucketPipelines < CI