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 a4af17e commit 41c09f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
## Build and execute every test
- name: Build and test with Maven
run: mvn -B package --file pom.xml
with:
env:
JWT_SECRET: ${{ secrets.JWT_SECRET }}
DATABASE_PRO: ${{ secrets.DATABASE_PRO }}
DATABASE_PRO: ${{ secrets.DATABASE_PROD }}
DATABASE_TEST: ${{ secrets.DATABASE_TEST }}

## Build and execute every test
Expand Down

0 comments on commit 41c09f2

Please sign in to comment.