Skip to content
This repository was archived by the owner on Sep 29, 2024. It is now read-only.

Commit 56f1e72

Browse files
committed
fix: maven workflow
1 parent 7da8fcb commit 56f1e72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/maven.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
distribution: 'temurin'
2121
cache: maven
2222
- name: Build with Maven
23+
env:
24+
DATABASE_URL: ${{ secrets.DATABASE_URL }}
25+
DATABASE_USERNAME: ${{ secrets.DATABASE_USERNAME }}
26+
DATABASE_PASSWORD: ${{ secrets.DATABASE_PASSWORD }}
2327
run: mvn -B package --file pom.xml
2428
- name: Copy Artifact
2529
run: mkdir staging && cp target/*.jar staging

0 commit comments

Comments
 (0)