class Danger::Screwdriver

### CI Setup

Install dependencies and add a danger step to your screwdriver.yaml:

“‘yml jobs:

danger:
  requires: [~pr, ~commit]
  steps:
    - setup: bundle install --path vendor
    - danger: bundle exec danger
  secrets:
    - DANGER_GITHUB_API_TOKEN

“‘

### Token Setup

Add the ‘DANGER_GITHUB_API_TOKEN` to your pipeline env as a [build secret](docs.screwdriver.cd/user-guide/configuration/secrets)