diff --git a/.drone.yml b/.drone.yml index 64982eb..d367966 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,10 @@ steps: - name: discord notification image: appleboy/drone-discord settings: + webhook_id: + from_secret: discord_webhook_id + webhook_token: + from_secret: discord_webhook_token message: > {{#success build.status}} Build {{build.number}} succeeded. {{build.link}}