Revert "Revert "GHA Postgres password is stored in POSTGRES_PASSWORD envvar""

This reverts commit 677b8965ac.
This commit is contained in:
Akira Matsuda 2021-05-05 10:37:31 +09:00
parent 677b8965ac
commit de07019f2d
1 changed files with 1 additions and 1 deletions

View File

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