Skip to content

Commit 893b8d2

Browse files
authored
Update build.yml
1 parent 4607cf6 commit 893b8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: maven-settings
3434
uses: s4u/maven-settings-action@v3.0.0
3535
with:
36-
servers: '[{"id": "github", "username": "${{ secrets.MAVEN_REGISTRY_USERNAME }}", "password": "${{ secrets.MAVEN_REGISTRY_TOKEN }}"}]'
36+
servers: '[{"id": "github", "username": "test", "password": "${{ secrets.MAVEN_REGISTRY_TOKEN }}"}]'
3737
githubServer: false
3838
- name: Maven build
3939
run: mvn clean package

0 commit comments

Comments
 (0)