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 43eb1a5 commit 1807a45Copy full SHA for 1807a45
.github/workflows/build.yml
@@ -22,5 +22,11 @@ jobs:
22
java-version: '11'
23
distribution: 'adopt'
24
cache: maven
25
+ server-id: github
26
+ server-username: GITHUB_USER_REF
27
+ server-password: GITHUB_TOKEN_REF
28
- name: Build with Maven
29
+ env:
30
+ GITHUB_USER_REF: ${{ secrets.GH_PACKAGE_REPO_USERNAME }}
31
+ GITHUB_TOKEN_REF: ${{ secrets.GH_PACKAGE_REPO_PASSWORD }}
32
run: mvn -s settings.xml -B package --file pom.xml
0 commit comments