Skip to content

Commit

Permalink
ci(fix): minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharbansal22 committed Apr 2, 2024
1 parent 11e2699 commit e40552e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Create .env.test file
env:
PORT: ${{ secrets.PORT }}
NODE_ENV: development
NODE_ENV: $${{secrets.NODE_ENV}}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
ORIGIN: "*"
run: |
Expand Down

0 comments on commit e40552e

Please sign in to comment.