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 4607cf6 commit 893b8d2Copy full SHA for 893b8d2
.github/workflows/build.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: maven-settings
34
uses: s4u/maven-settings-action@v3.0.0
35
with:
36
- servers: '[{"id": "github", "username": "${{ secrets.MAVEN_REGISTRY_USERNAME }}", "password": "${{ secrets.MAVEN_REGISTRY_TOKEN }}"}]'
+ servers: '[{"id": "github", "username": "test", "password": "${{ secrets.MAVEN_REGISTRY_TOKEN }}"}]'
37
githubServer: false
38
- name: Maven build
39
run: mvn clean package
0 commit comments