Skip to content

Commit

Permalink
Added the admin password secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliviier-dev committed Mar 17, 2024
1 parent 3acc9e0 commit 0e0af14
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
- name: Run Jest tests
run: npm test
env:
ADMIN_EMAIL: ${{ secrets. ADMIN_EMAIL }}
JWT_SECRET: ${{ secrets. JWT_SECRET }}
MONGO_URI: ${{ secrets. MONGO_URI }}
PORT: ${{ secrets. PORT }}
ADMIN_EMAIL: ${{ secrets.ADMIN_EMAIL }}
ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }}
JWT_SECRET: ${{ secrets.JWT_SECRET }}
MONGO_URI: ${{ secrets.MONGO_URI }}
PORT: ${{ secrets.PORT }}

0 comments on commit 0e0af14

Please sign in to comment.