We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4de544 commit 416a12dCopy full SHA for 416a12d
settings.xml
@@ -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
12
+ <id>github2</id>
13
14
15
16
+ </servers>
17
+</settings>
0 commit comments