Skip to content

Commit bd054d7

Browse files
committed
Merge branch '2.5.x'
Closes gh-27771
2 parents cb081d2 + 29ccbdd commit bd054d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/pipeline.yml

Lines changed: 2 additions & 2 deletions
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
registry-image-resource-source: &registry-image-resource-source
88
username: ((docker-hub-username))
@@ -83,7 +83,7 @@ anchors:
8383
homebrew-tap-repo-resource-source: &homebrew-tap-repo-resource-source
8484
uri: ((homebrew-tap-repo))
8585
username: ((github-username))
86-
password: ((github-password))
86+
password: ((github-ci-release-token))
8787
branch: main
8888
gradle-publish-params: &gradle-publish-params
8989
gradle_publish_key: ((gradle-publish-key))

0 commit comments

Comments
 (0)