Skip to content

Commit

Permalink
fix db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisSenicourt committed May 15, 2024
1 parent 1d275c9 commit a5fb6af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
env:
ENV: dev
ACCESS_TOKEN_KEY: ${{ secrets.ACCESS_TOKEN_KEY }}
REFRESH_TOKEN_KEY: ${{ secrets.REFRESH_TOKEN_KEY }}
REFRESH_TOKEN_KEY: ${{ secrets.REFRESH_TOKEN_KEY }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}

0 comments on commit a5fb6af

Please sign in to comment.