File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
server-username : MAVEN_USERNAME
25
25
server-password : MAVEN_PASSWORD
26
26
settings-path : ${{ github.workspace }} # Location for settings.xml file
27
- gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY }}
27
+ gpg-private-key : ${{ secrets.GPG_PRIVATE_KEY_ABHI }}
28
28
gpg-passphrase : GPG_PASSPHRASE
29
29
30
30
- name : Publish with Maven deploy
38
38
env :
39
39
MAVEN_USERNAME : ${{ secrets.NEXUS_USERNAME }}
40
40
MAVEN_PASSWORD : ${{ secrets.NEXUS_PASSWORD }}
41
- GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
41
+ GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE_ABHI }}
42
42
43
43
- name : Upload coverage to Codecov
44
44
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
5
5
<artifactId >github-client</artifactId >
6
- <version >0.3.4 -SNAPSHOT</version >
6
+ <version >0.3.7 -SNAPSHOT</version >
7
7
8
8
<parent >
9
9
<groupId >com.spotify</groupId >
67
67
<properties >
68
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
69
69
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
70
- <project .build.outputTimestamp>1737127111 </project .build.outputTimestamp>
70
+ <project .build.outputTimestamp>1738229414 </project .build.outputTimestamp>
71
71
<spotbugs .excludeFilterFile>spotbugsexclude.xml</spotbugs .excludeFilterFile>
72
72
<checkstyle .violationSeverity>error</checkstyle .violationSeverity>
73
73
<checkstyle .config.location>checkstyle.xml</checkstyle .config.location>
You can’t perform that action at this time.
0 commit comments