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