File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5353 - name : Docker Test Oracle Connection
5454 if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
5555 uses : ./.github/workflows/docker-test-oracle-connection
56- env :
57- ORACLE_PWD : ${{ inputs.dbPassword }}
56+ with :
57+ dbPassword : ${{ secrets.DB_PASSWORD }}
5858
5959 - name : Docker Execute (Seed Data)
6060 if : ${{ (matrix.os == 'ubuntu-22.04') && (matrix.dotnet-version == '3.1.x') }}
@@ -109,8 +109,8 @@ jobs:
109109
110110 - name : Docker Test Oracle Connection
111111 uses : ./.github/workflows/docker-test-oracle-connection
112- env :
113- ORACLE_PWD : ${{ inputs.dbPassword }}
112+ with :
113+ dbPassword : ${{ secrets.DB_PASSWORD }}
114114
115115 - name : Docker Execute (Seed Data)
116116 uses : ./.github/workflows/docker-execute-seed-data
Original file line number Diff line number Diff line change 4141
4242 - name : Docker Test Oracle Connection
4343 uses : ./.github/workflows/docker-test-oracle-connection
44- env :
45- ORACLE_PWD : ${{ inputs.dbPassword }}
44+ with :
45+ dbPassword : ${{ secrets.DB_PASSWORD }}
4646
4747 - name : Docker Execute (Seed Data)
4848 uses : ./.github/workflows/docker-execute-seed-data
You can’t perform that action at this time.
0 commit comments