Skip to content

Commit 416a12d

Browse files
authored
Revert delete of settings.xml (#2)
1 parent b4de544 commit 416a12d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

settings.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4+
http://maven.apache.org/xsd/settings-1.0.0.xsd">
5+
<servers>
6+
<server>
7+
<id>github</id>
8+
<username>${env.GITHUB_ACTOR}</username>
9+
<password>${env.GITHUB_TOKEN}</password>
10+
</server>
11+
<server>
12+
<id>github2</id>
13+
<username>${env.GITHUB_ACTOR}</username>
14+
<password>${env.GITHUB_TOKEN}</password>
15+
</server>
16+
</servers>
17+
</settings>

0 commit comments

Comments
 (0)