Skip to content

Commit

Permalink
Update secrets for OSSRH deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
eirslett committed Sep 21, 2024
1 parent f39b40c commit 274bb70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings-github.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_JIRA_USERNAME}</username>
<password>${env.OSSRH_JIRA_PASSWORD}</password>
<username>${env.OSSRH_TOKEN_USERNAME}</username>
<password>${env.OSSRH_TOKEN_PASSWORD}</password>
</server>
</servers>
</settings>

0 comments on commit 274bb70

Please sign in to comment.