Skip to content

Commit

Permalink
Merge pull request #32019 from owncloud/master_notify_secrets_mapping
Browse files Browse the repository at this point in the history
map the webhook to the value which slack plugin expects
  • Loading branch information
patrickjahns authored Jul 9, 2018
2 parents 6303095 + feb9f15 commit 2545dde
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,9 @@ pipeline:
notify:
image: plugins/slack:1
pull: true
secrets: [ slack_webhook_public ]
secrets:
- source: slack_webhook_public
target: slack_webhook
channel: server
when:
status: [ failure, changed ]
Expand Down

0 comments on commit 2545dde

Please sign in to comment.