заменён секрет на переменную окружения
This commit is contained in:
parent
2a0f35bd79
commit
32fc4709db
@ -59,7 +59,7 @@ configs:
|
||||
host: smtp.gmail.com
|
||||
port: 587
|
||||
username: expertisaewh@gmail.com
|
||||
password: ${{ secrets.notification_password }}
|
||||
password: ${NOTIFICATION_PASSWORD}
|
||||
properties:
|
||||
mail:
|
||||
smtp:
|
||||
|
Loading…
Reference in New Issue
Block a user