Skip to content

Commit

Permalink
chore(maven-settings.xml): replaced ossrh token with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Jun 19, 2024
1 parent 4f51385 commit 38b97e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<servers>
<server>
<id>ossrh</id>
<username>u1DFIM8q</username>
<password>6mquStSvHjk/6jI3gAWXXuSJhUiJ2uO020RYvs9h9gC0</password>
<username>${env.OSSRH_JIRA_USERNAME}</username>
<password>${env.OSSRH_JIRA_PASSWORD}</password>
</server>
</servers>
<profiles>
Expand Down

0 comments on commit 38b97e6

Please sign in to comment.