Skip to content

Commit c1692df

Browse files
committed
Incrementally testing GH action.
1 parent e4d8cab commit c1692df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
DUMP_FILE_NAME: "prod-db-dump.sql"
2020
SOURCE_DATABASE_NAME: ${{ secrets.PROD_POSTGRE_SQL_DB_NAME }}
2121
DEST_DATABASE_NAME: "testDB"
22-
DEST_DATABASE_USER: ${{ QA_POSTGRE_USER_NAME }}
22+
DEST_DATABASE_USER: ${{ secrets.QA_POSTGRE_USER_NAME }}
2323

2424

2525
steps:

0 commit comments

Comments
 (0)