Skip to content

Commit

Permalink
fix(env): add default slack channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ssube committed Jun 1, 2019
1 parent 02626f7 commit aee52ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/controller/gitlab/endpoint/push-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data:
kind: slack-listener
name: slack-isolex
forceChannel:
id: CEA8362AJ
id: !env ISOLEX_SLACK_CHANNEL_ID
thread: ""

transforms:
Expand Down
1 change: 1 addition & 0 deletions docs/isolex.env
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export ISOLEX_GITLAB_TOKEN=""
export ISOLEX_GITLAB_URL="https://"
export ISOLEX_LEX_ACCOUNT_ACCESS_KEY=""
export ISOLEX_LEX_ACCOUNT_SECRET_KEY=""
export ISOLEX_SLACK_CHANNEL_ID="CEA8362AJ"
export ISOLEX_SLACK_TOKEN_BOT="xoxb-"
export ISOLEX_SLACK_TOKEN_WEB="xoxp-"
export ISOLEX_TOKEN_ISSUER=""
Expand Down

0 comments on commit aee52ff

Please sign in to comment.