Skip to content

Commit 31bc37e

Browse files
committed
try fix: added secret in build yml
1 parent 890c8bc commit 31bc37e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-trunk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
env:
3636
NODE_ENV: test
3737
TEST_MONGODB_URI: ${{ secrets.TEST_MONGODB_URI }}
38+
TEST_ALLOWED_ORIGIN: ${{secret.TEST_ALLOWED_ORIGIN}}
3839

3940
- name: Install client dependencies
4041
run: npm ci

0 commit comments

Comments
 (0)