Revert "GHA Postgres password is stored in POSTGRES_PASSWORD envvar"

This reverts commit eba1ac1caa.

Reason: Not really.
This commit is contained in:
Akira Matsuda 2021-05-05 10:11:12 +09:00
parent eba1ac1caa
commit 677b8965ac
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ postgresql: &postgresql
adapter: postgresql
host: localhost
username: postgres
password: <%= ENV['POSTGRES_PASSWORD'] %>
password: postgres
database: kaminari_test
mysql: &mysql