Skip to content

Commit

Permalink
fix: add secret to actions, main-workflow.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Oct 14, 2024
1 parent 0457fa0 commit 69c5edf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: npm run check

playwright_tests:
env:
MONGODB_URI: ${{ secrets.MONGODB_URI }}
runs-on: ubuntu-latest
services:
cockroach_db:
Expand Down

0 comments on commit 69c5edf

Please sign in to comment.