From 9a05a8846bb70ef3c2d6bb50f2b8b8d4e3b27d90 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 15 Sep 2021 08:42:07 +0200 Subject: [PATCH] Fix GitHub credentials to use token rather than password Closes gh-27403 --- ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index ba1167f5144b..b1ddcc5ac4ca 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -2,7 +2,7 @@ anchors: git-repo-resource-source: &git-repo-resource-source uri: ((github-repo)) username: ((github-username)) - password: ((github-password)) + password: ((github-ci-release-token)) branch: ((branch)) gradle-enterprise-task-params: &gradle-enterprise-task-params GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))