Use correct github authentication.

This commit is contained in:
Mark Paluch
2022-11-16 08:43:59 +01:00
parent 55fcb21b00
commit 6dbcdf0e8d
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -25,8 +25,8 @@ pipeline {
options { timeout(time: 4, unit: 'HOURS') }
environment {
GIT_USERNAME = credentials('spring-data-release-git-username')
GIT_PASSWORD = credentials('3a20bcaa-d8ad-48e3-901d-9fbc941376ee')
GITHUB = credentials('3a20bcaa-d8ad-48e3-901d-9fbc941376ee')
GITHUB_TOKEN = credentials('7b3ebbea-7001-479b-8578-b8c464dab973')
DEPLOYMENT_API_KEY = credentials('repo_spring_io-jenkins-release-token')
STAGING_PROFILE_ID = credentials('spring-data-release-deployment-maven-central-staging-profile-id')
MAVEN_SIGNING_KEYRING = credentials('spring-signing-secring.gpg')

View File

@@ -1,7 +1,7 @@
git.username=${GIT_USERNAME}
git.username=${GITHUB_USR}
git.author=Spring Builds
git.email=builds@springframework.org
git.password=${GIT_PASSWORD}
git.password=${GITHUB_TOKEN}
git.gpg.keyname=6743E1BD
git.gpg.passphrase=${GIT_SIGNING_KEY_PASSWORD}