Skip to content

Commit

Permalink
Update PGP key and passphrase
Browse files Browse the repository at this point in the history
The PGP signing key in the project is out-of-date, we need to update it.
  • Loading branch information
blindpirate committed Sep 20, 2023
1 parent ce24642 commit d977e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .teamcity/settings/GradleProfilerPublishing.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ object GradleProfilerPublishing : BuildType({
// Java home must always use Java11
// since intellij-gradle-plugin is not compatible with Java8
javaHome(os, JavaVersion.OPENJDK_11)
password("pgpSigningKey", "credentialsJSON:ae6de222-f77d-4c71-b94e-fac6da485143", display = ParameterDisplay.HIDDEN)
password("pgpSigningPassphrase", "credentialsJSON:f75db3bd-4f5b-4591-b5cb-2e76d91f57f5", display = ParameterDisplay.HIDDEN)
password("pgpSigningKey", "credentialsJSON:20c56c10-3c97-4753-91c2-685ddf26700e", display = ParameterDisplay.HIDDEN)
password("pgpSigningPassphrase", "credentialsJSON:d49291bd-101e-4165-a9a8-912ca457926b", display = ParameterDisplay.HIDDEN)
password("mavenCentralStagingRepoUser", "credentialsJSON:ce6ff00a-dc06-4b9b-aa1f-7b01bea2eb2f", display = ParameterDisplay.HIDDEN)
password("mavenCentralStagingRepoPassword", "credentialsJSON:f3c71885-0cec-49c9-adcf-d21536fcf1ca", display = ParameterDisplay.HIDDEN)
text("additional.gradle.parameters", "")
Expand Down

0 comments on commit d977e87

Please sign in to comment.