Skip to content

Commit 44d916e

Browse files
authored
Merge pull request #1155 from Norconex/feature/new-deploy
Fixing build issues.
2 parents 1f65dd7 + 5747e4f commit 44d916e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/maven-ci-cd.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,11 @@ jobs:
135135
- name: Generate Maven settings.xml with multiple servers
136136
uses: s4u/maven-settings-action@v3.1.0
137137
with:
138+
# adds a "github" server entry to the settings.xml
139+
githubServer: true
138140
# ids must match the server IDs in the pom.xml
139141
servers: |
140142
[
141-
{
142-
"id": "github",
143-
"username": "${{ github.actor }}",
144-
"password": "${{ secrets.GITHUB_TOKEN }}"
145-
},
146143
{
147144
"id": "central",
148145
"username": "${{ secrets.OSSRH_USERNAME }}",

0 commit comments

Comments
 (0)