diff --git a/.drone.yml b/.drone.yml index 1a3b155..cd2ac4a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -57,7 +57,7 @@ steps: from: from_secret: smtp_from skip_verify: false - secrets: [ email_host, email_port, email_recipients, email_username, email_password ] + secrets: [ EMAIL_HOST, EMAIL_PORT, email_recipients, email_username, email_password ] subject: > [DRONE CI]: {{ build.status }}: {{ repo.owner }}/{{ repo.name }} ({{ build.branch }} - {{ truncate build.commit 8 }})