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 6741e41 commit 3feacb6Copy full SHA for 3feacb6
src/main/resources/settings.xml
@@ -0,0 +1,12 @@
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
+ https://maven.apache.org/xsd/settings-1.0.0.xsd">
5
+ <servers>
6
+ <server>
7
+ <id>github</id>
8
+ <username>${env.GITHUB_USER}</username>
9
+ <password>${env.GITHUB_TOKEN}</password>
10
+ </server>
11
+ </servers>
12
+</settings>
0 commit comments