Skip to content

Commit a621f40

Browse files
committed
Update maven.yml
1 parent aaa8092 commit a621f40

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ jobs:
2121
with:
2222
java-version: 1.8
2323
- name: Build with Maven
24-
run: mvn -B package --file pom.xml
24+
env:
25+
token: ${{ secrets.GITHUB_TOKEN }}
26+
run: mvn -s settings.xml -B package --file pom.xml

0 commit comments

Comments
 (0)