Skip to content

Commit

Permalink
removed manual github server settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zrbrown committed Dec 22, 2023
1 parent bb5424e commit 1eaf237
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/github-actions-settings.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 https://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>github</id>
<username>git</username>
<privateKey>${env.REPO_SSH_PRIVATE_KEY_LOCATION}</privateKey>
</server>
<server>
<id>ossrh</id>
<username>${env.OSSRH_USERNAME}</username>
Expand Down

0 comments on commit 1eaf237

Please sign in to comment.