File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 28
28
<module >grpc-rest-proxy-example</module >
29
29
</modules >
30
30
31
+ <distributionManagement >
32
+ <repository >
33
+ <id >github</id >
34
+ <name >GitHub Packages</name >
35
+ <url >https://maven.pkg.github.com/wangzw/grpc-rest-proxy</url >
36
+ </repository >
37
+ </distributionManagement >
31
38
</project >
Original file line number Diff line number Diff line change
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 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
4
+ <servers >
5
+ <server >
6
+ <id >github</id >
7
+ <username >${env.GITHUB_ACTOR}</username >
8
+ <password >${env.GITHUB_TOKEN}</password >
9
+ </server >
10
+ </servers >
11
+ </settings >
You can’t perform that action at this time.
0 commit comments