Skip to content

Commit 71200da

Browse files
committed
update secret.
1 parent 9e1f17f commit 71200da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Update benchmarking results to DB
6060
env:
6161
PGDATABASE: metrics
62-
PGHOST: ${{ secrets.TRANSFORMERS_BENCHMARKS_PGHOST }} # TODO
62+
PGHOST: ${{ secrets.DIFFUSERS_BENCHMARKS_PGHOST }} # TODO
6363
PGUSER: transformers_benchmarks
6464
PGPASSWORD: ${{ secrets.DIFFUSERS_BENCHMARKS_PGPASSWORD }}
6565
run: cd benchmarks && python populate_into_db.py

0 commit comments

Comments
 (0)