class Danger::Appcircle

### CI Setup

Add a Custom Script step to your workflow and set it as a bash:

“‘shell

cd $AC_REPOSITORY_DIR
bundle install
bundle exec danger

“‘ ### Token Setup

Login to Appcircle and select your build profile. Go to your Config and choose *Environment Variables*. docs.appcircle.io/environment-variables/managing-variables

#### GitHub Add the ‘DANGER_GITHUB_API_TOKEN` to your profile’s ENV.

#### GitLab Add the ‘DANGER_GITLAB_API_TOKEN` to your profile’s ENV.

#### Bitbucket Cloud Add the ‘DANGER_BITBUCKETSERVER_USERNAME`, `DANGER_BITBUCKETSERVER_PASSWORD` to your profile’s ENV.

#### Bitbucket server Add the ‘DANGER_BITBUCKETSERVER_USERNAME`, `DANGER_BITBUCKETSERVER_PASSWORD` and `DANGER_BITBUCKETSERVER_HOST` to your profile’s ENV.