Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoSousa-11 authored May 17, 2024
1 parent 6a08c33 commit 66c5137
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
MONGO_HOST: ${{ secrets.AZURE_VM_HOST }}
MONGO_USERNAME: ${{ secrets.MONGO_USERNAME }}
MONGO_PASSWORD: ${{ secrets.MONGO_PASSWORD }}
MONGO_PORT: ${{secrets.MONGO_PORT}}
MONGO_DB: ${{secrets.MONGO_DB}}
MONGO_PORT: ${{ secrets.MONGO_PORT }}
MONGO_DB: ${{ secrets.MONGO_DB }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 66c5137

Please sign in to comment.