Fix GitHub credentials to use token rather than password

Closes gh-27402
This commit is contained in:
Stephane Nicoll 2021-09-15 08:41:10 +02:00
parent 2d65bce18e
commit 4c720eaa38
1 changed files with 1 additions and 1 deletions

View File

@ -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))