configuration-as-code-plugin/demos/slack
Victor Martinez d3688eedab Validate slack demo with the integrations framework (#1118)
* Validate slack demo with the integrations framework

* fix the linting of adding at least one assert

* As suggested let's bump the versions

* bump version for the Require upper bound dependencies
2019-10-07 14:14:09 +01:00
..
README.md Validate slack demo with the integrations framework (#1118) 2019-10-07 14:14:09 +01:00

README.md

Configure Slack

Basic configuration of the Slack plugin

Sample configuration

credentials:
  system:
    domainCredentials:
      - credentials:
          - string:
              scope: GLOBAL
              id: slack-token
              secret: "${SLACK_TOKEN}"
              description: Slack token

unclassified:
  slackNotifier:
    teamDomain: <your-slack-workspace-name> # i.e. your-company (just the workspace name not the full url)
    tokenCredentialId: slack-token