Browse Source

Fix GitHub credentials to use token rather than password

Closes gh-27403
pull/28694/head
Stephane Nicoll 4 years ago
parent
commit
9a05a8846b
  1. 2
      ci/pipeline.yml

2
ci/pipeline.yml

@ -2,7 +2,7 @@ anchors: @@ -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))

Loading…
Cancel
Save