Skip to content

Commit 16edacd

Browse files
committed
Added secret from mongodb URI
1 parent dbbf920 commit 16edacd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
run: npm install
3333
- name: Run all tests
3434
run: npm run test
35+
env:
36+
MONGO_DB: ${{ secrets.MONGO_DB }}
3537

3638
# Runs a set of commands using the runners shell
3739
- name: Run a multi-line script

0 commit comments

Comments
 (0)