Skip to content

Commit b482a9c

Browse files
authored
Add audit log env to prod stage
1 parent 595eb73 commit b482a9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-staging-and-deploy-aws.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ jobs:
127127
- name: Change directory to backend and install dependencies
128128
env:
129129
DB_CONNECTION_URI: ${{ secrets.DB_CONNECTION_URI }}
130+
AUDIT_LOGS_DB_CONNECTION_URI: ${{ secrets.AUDIT_LOGS_DB_CONNECTION_URI }}
130131
run: |
131132
cd backend
132133
npm install

0 commit comments

Comments
 (0)