1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Give Postgres password via envvar

This commit is contained in:
Akira Matsuda 2021-05-05 10:40:57 +09:00
parent de07019f2d
commit 5cef240bd8

View file

@ -83,6 +83,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
DB: ${{ matrix.db }}
POSTGRES_PASSWORD: postgres # for passing the password to the Rails process
steps:
- uses: actions/checkout@v2
- name: Start local MySQL