Skip to content

Commit a705992

Browse files
committed
Empty password
1 parent 7bb3599 commit a705992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/evaluate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
env:
6666
POSTGRES_HOST: localhost
6767
POSTGRES_USERNAME: postgres
68-
POSTGRES_PASSWORD: postgres
68+
POSTGRES_PASSWORD:
6969
POSTGRES_DATABASE: postgres
7070
POSTGRES_SSL: disable
7171

@@ -123,7 +123,7 @@ jobs:
123123
AZURE_OPENAI_EMBEDDING_COLUMN: ${{ vars.AZURE_OPENAI_EMBEDDING_COLUMN }}
124124
POSTGRES_HOST: localhost
125125
POSTGRES_USERNAME: postgres
126-
POSTGRES_PASSWORD: postgres
126+
POSTGRES_PASSWORD:
127127
POSTGRES_DATABASE: postgres
128128
POSTGRES_SSL: disable
129129
- name: Evaluate local RAG flow

0 commit comments

Comments
 (0)