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