From 5f0384fde42336ceb5a5374d0585f217285b86e6 Mon Sep 17 00:00:00 2001 From: Maria Martinez Date: Tue, 26 Mar 2024 15:17:21 -0700 Subject: [PATCH] feat: Update GitHub Actions workflow to use read only account for the oracle DB. This is a temporarly solution. --- .github/workflows/merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index 673eaafa9b..d69382cd43 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -297,6 +297,8 @@ jobs: parameters: -p ZONE=${{ env.ZONE }} -p NAME=${{ github.event.repository.name }} -p PROMOTE=${{ github.repository }}/database:${{ env.PREV }} + -p ORACLEDB_USER_W=${{ secrets.ORACLEDB_USERNAME }} + -p ORACLEDB_PASSWORD_W=${{ secrets.ORACLEDB_PASSWORD }} - name: Backup database before update continue-on-error: true