From b482a9cda755fdca1c681be299f11538a9410005 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 8 Oct 2024 20:52:27 -0700 Subject: [PATCH] Add audit log env to prod stage --- .github/workflows/build-staging-and-deploy-aws.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index 347b6f5ee..84f22e3cc 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -127,6 +127,7 @@ jobs: - name: Change directory to backend and install dependencies env: DB_CONNECTION_URI: ${{ secrets.DB_CONNECTION_URI }} + AUDIT_LOGS_DB_CONNECTION_URI: ${{ secrets.AUDIT_LOGS_DB_CONNECTION_URI }} run: | cd backend npm install