Skip to content

Commit 2cfe9df

Browse files
committed
Fix: Gitub action database password
1 parent 52c2ec7 commit 2cfe9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/oracle-xe-adapter-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
DBT_ORACLE_HOST: localhost
100100
DBT_ORACLE_PORT: 1521
101101
DBT_ORACLE_SCHEMA: ${{ secrets.DBT_ORACLE_USER }}
102-
DBT_ORACLE_PASSWORD: ${{ secrets.DBT_ORACLE_USER }}
102+
DBT_ORACLE_PASSWORD: ${{ secrets.DBT_ORACLE_PASSWORD }}
103103
DBT_ORACLE_DATABASE: XEPDB1
104104
DBT_ORACLE_SERVICE: XEPDB1
105105
DBT_ORACLE_PROTOCOL: tcp

0 commit comments

Comments
 (0)