Skip to content

Commit

Permalink
Create .circleci.settings.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland authored Jan 31, 2021
1 parent 5828f2b commit 3bd1050
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci.settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<settings>
<servers>
<server>
<id>ossrh</id>
<username>${env.OSSRH_USERNMAE}</username>
<password>${env.OSSRH_PASSWORD}</password>
</server>
<server>
<id>gpg.passphrase</id>
<passphrase>${env.GPG_PASSPHRASE}</passphrase>
</server>
</servers>
</settings>

0 comments on commit 3bd1050

Please sign in to comment.