Skip to content

Commit

Permalink
fix: pass correct env variable for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
xdaybreakerx committed Feb 13, 2025
1 parent 4902c65 commit fd9669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reset-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Drop and Seed Database
run: npm run db:drop-and-seed
env:
MONGO_URI: ${{ secrets.DATABASE_URL }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}

0 comments on commit fd9669d

Please sign in to comment.