Skip to content

Commit f2b7092

Browse files
committed
Use token for GitHub authentication consistently
Closes gh-24458
1 parent e28115e commit f2b7092

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))
@@ -75,7 +75,7 @@ anchors:
7575
homebrew-tap-repo-resource-source: &homebrew-tap-repo-resource-source
7676
uri: ((homebrew-tap-repo))
7777
username: ((github-username))
78-
password: ((github-password))
78+
password: ((github-ci-release-token))
7979
branch: main
8080
gradle-publish-params: &gradle-publish-params
8181
gradle_publish_key: ((gradle-publish-key))

0 commit comments

Comments
 (0)