From eb81865f97f9aae802b905d6b60a0cebb73fe3b4 Mon Sep 17 00:00:00 2001 From: Nisha Chaganlal Date: Mon, 29 Jul 2024 22:45:26 +0100 Subject: [PATCH] Update ci.yml oracle action from 1.3.0 to 1.5.0 (#1163) * Update ci.yml oracle action from 1.3.0 to 1.5.0 * Update ci.yml add credentials for Oracle action --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3acd8e4..6a004f1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,11 @@ jobs: connection-string-env-var: SQLServerConnectionString catalog: nservicebus - name: Setup Oracle - uses: Particular/setup-oracle-action@v1.3.0 + uses: Particular/setup-oracle-action@v1.5.0 with: connection-string-name: OracleConnectionString tag: NHibernatePersistence + registry-username: ${{ secrets.DOCKERHUB_USERNAME }} + registry-password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Run tests uses: Particular/run-tests-action@v1.6.0