From ff124c09027698253d2a2b9ddf751173277d52f4 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 10 Dec 2020 18:51:47 -0800 Subject: [PATCH] Use GitHub token rather than password See gh-24458 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index 087ea3e850b..53a83fba84b 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -27,7 +27,7 @@ anchors: github-task-params: &github-task-params GITHUB_REPO: spring-boot GITHUB_ORGANIZATION: spring-projects - GITHUB_PASSWORD: ((github-password)) + GITHUB_PASSWORD: ((github-ci-release-token)) GITHUB_USERNAME: ((github-username)) MILESTONE: ((milestone)) bintray-task-params: &bintray-task-params