File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 51
51
path : ~/.m2
52
52
key : ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
53
53
restore-keys : ${{ runner.os }}-m2
54
+ - name : maven-settings-xml-action
55
+ uses : whelk-io/maven-settings-xml-action@v22
56
+ with :
57
+ servers : ' [{ "id": "github", "password": "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" }]'
54
58
- name : Build with Maven
55
59
env :
56
60
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 298
298
</plugins >
299
299
</build >
300
300
301
- <repositories >
302
- <repository >
303
- <id >github</id >
304
- <url >https://public:0 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@maven.pkg.github.com/muhamadto/*</url >
305
- <snapshots >
306
- <enabled >true</enabled >
307
- </snapshots >
308
- </repository >
309
- </repositories >
310
-
311
301
<licenses >
312
302
<license >
313
303
<name >Apache License, Version 2.0</name >
You can’t perform that action at this time.
0 commit comments