asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
206 stars 21 forks source link

Use variable to store DB_PASSWORD #71

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: DB_PASSWORD is not a secret variable since it is used only to test.

Modifications: Use Github variables to store DB_PASSWORD

Results: Better Repository Structure.