Skip to content

Commit

Permalink
Revert delete of settings.xml (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rvansa authored Sep 10, 2024
1 parent b4de544 commit 416a12d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<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
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<servers>
<server>
<id>github</id>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
<server>
<id>github2</id>
<username>${env.GITHUB_ACTOR}</username>
<password>${env.GITHUB_TOKEN}</password>
</server>
</servers>
</settings>

0 comments on commit 416a12d

Please sign in to comment.