Skip to content

Commit 90b4929

Browse files
committed
Closes #2657: fixed sonatype config
1 parent 2616af7 commit 90b4929

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,8 @@ jobs:
394394
env:
395395
GPG_KEY_NAME: ${{ secrets.GPG_KEY_NAME }}
396396
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
397+
MAVEN_USERNAME: 44pdzWD8
398+
MAVEN_PASSWORD: eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM
397399
- name: Update version to next snapshot and push back
398400
run: |
399401
ci/change_version.sh -i -m .

ci/mvnsettings.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<servers>
1717
<server>
1818
<id>ossrh</id>
19-
<username>iFwWwha3</username>
20-
<password>uzrcUVbaTpjAOGY47uGhicQI1AmTAwILYPdfKWy1FF9r</password>
19+
<username>44pdzWD8</username>
20+
<password>eJZ25rsRdH7ZiePJO52JUy7LyVkNIgXxXEBmnTNH3aOM</password>
2121
</server>
2222
</servers>
2323
</settings>

0 commit comments

Comments
 (0)