Skip to content

Commit 9a05a88

Browse files
committed
Fix GitHub credentials to use token rather than password
Closes gh-27403
1 parent fb97a12 commit 9a05a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ anchors:
22
git-repo-resource-source: &git-repo-resource-source
33
uri: ((github-repo))
44
username: ((github-username))
5-
password: ((github-password))
5+
password: ((github-ci-release-token))
66
branch: ((branch))
77
gradle-enterprise-task-params: &gradle-enterprise-task-params
88
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key))

0 commit comments

Comments
 (0)