We have a slightly troubled solution for sending e-mails from Github workflow actions for some Wikibase projects.
The current implementation uses username/password authentication to a shared Google account. This is already not very secure, and according to Google's documentation about less secure apps, will no longer be possible after September 2024.
Implement a more sustainable solution for sending these mails, ideally before the support for the current workflow is sunset.
Accepatnace Criteria
- A proper solution is researched and agreed upon by team
- If feasible solution is implemented