заменён секрет на переменную окружения
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user