Skip to content

Commit

Permalink
Fixed name of secrets in build step
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Dec 5, 2023
1 parent 41c09f2 commit 91060a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: mvn test
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
DATABASE_PRO: ${{ secrets.DATABASE_PRO }}
DATABASE_PRO: ${{ secrets.DATABASE_PROD }}
DATABASE_TEST: ${{ secrets.DATABASE_TEST }}

## Generate Test Report Summary
Expand Down

0 comments on commit 91060a1

Please sign in to comment.