Skip to content

Commit

Permalink
Set POSTGRES_HOST_AUTH_METHOD: md5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 25, 2024
1 parent f098969 commit 7ceeec8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/input-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- "5432:5432"
env:
POSTGRES_PASSWORD: postgres
POSTGRES_HOST_AUTH_METHOD: md5 # scram-sha-256 is default in PostgreSQL 14+, but needs the newer JDBC driver.
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 7ceeec8

Please sign in to comment.