We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa8092 commit a621f40Copy full SHA for a621f40
.github/workflows/maven.yml
@@ -21,4 +21,6 @@ jobs:
21
with:
22
java-version: 1.8
23
- name: Build with Maven
24
- run: mvn -B package --file pom.xml
+ env:
25
+ token: ${{ secrets.GITHUB_TOKEN }}
26
+ run: mvn -s settings.xml -B package --file pom.xml
0 commit comments