Skip to content

Commit 9e1f17f

Browse files
committed
update secret name
1 parent baa92c2 commit 9e1f17f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ jobs:
5959
- name: Update benchmarking results to DB
6060
env:
6161
PGDATABASE: metrics
62-
PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }}
62+
PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }} # TODO
6363
PGUSER: transformers_benchmarks
64-
PGPASSWORD: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGPASSWORD }}
64+
PGPASSWORD: ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
6565
run: cd benchmarks && python populate_into_db.py
6666

6767
- name: Report success status

0 commit comments

Comments
 (0)