diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbff201..a301c93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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