Add audit log env to prod stage

This commit is contained in:
Maidul Islam
2024-10-08 20:52:27 -07:00
committed by GitHub
parent 595eb739af
commit b482a9cda7

View File

@@ -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