Use correct API key.

This commit is contained in:
Mark Paluch
2022-11-04 15:32:32 +01:00
parent b29041c912
commit 9787750d5f
3 changed files with 6 additions and 17 deletions

View File

@@ -5,22 +5,18 @@ git.password=${GIT_PASSWORD}
github.api.url=${GITHUB_API_URL}
deployment.username=${DEPLOYMENT_USERNAME}
deployment.password=${DEPLOYMENT_PASSWORD}
deployment.api-key=${DEPLOYMENT_API_KEY}
deployment.username=${DEPLOYMENT_API_KEY_USR}
deployment.password=${DEPLOYMENT_API_KEY_PSW}
deployment.api-key=${DEPLOYMENT_API_KEY_PSW}
deployment.maven-central.stagingProfileId=${STAGING_PROFILE_ID}
deployment.settings-xml=${SETTINGS_XML}
jira.username=${JIRA_USERNAME}
jira.password=${JIRA_PASSWORD}
jira.url=${JIRA_URL}
gpg.keyname=${GPG_KEYNAME}
gpg.passphrase=${PASSPHRASE}
gpg.secretKeyring=${GNUPGHOME}/secring.gpg
gpg.executable=/usr/bin/gpg
sagan.key=
sagan.key=n/a
maven.home=${MAVEN_HOME}
maven.console-logger=false

View File

@@ -16,8 +16,6 @@ github.team=christophstrobl,gregturn,jxblum,mp911de,odrotbohm,schauder,meisterme
gpg.executable=/usr/local/bin/gpg2
# gpg.keyname
# gpg.passphrase
# JIRA
jira.api-url=https://jira.spring.io
# GitHub
github.api-url=https://api.github.com
logging.pattern.console=%clr(%d{yyyy-MM-dd HH:mm:ss.SSS}){faint} %clr(%5p) %clr(%-20.20logger{19}){cyan}%clr(:){faint} %m%n%wEx