You've already forked cron-apt
Moved SMTP to Org Secrets
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -18,8 +18,12 @@ local email_notification() =
|
|||||||
settings:
|
settings:
|
||||||
{ host:
|
{ host:
|
||||||
{ from_secret: 'EMAIL_HOST'},
|
{ from_secret: 'EMAIL_HOST'},
|
||||||
|
username:
|
||||||
|
{ from_secret: 'EMAIL_USER'},
|
||||||
|
password:
|
||||||
|
{ from_secret: 'EMAIL_PASS'},
|
||||||
from: 'drone@guise.net.nz',
|
from: 'drone@guise.net.nz',
|
||||||
port: 25
|
port: 587
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user