Skip to content

Commit

Permalink
Merge branch '2.4.x' into 2.5.x
Browse files Browse the repository at this point in the history
Closes gh-27770
  • Loading branch information
snicoll committed Aug 19, 2021
2 parents 2c18f26 + f2b7092 commit 29ccbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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))
registry-image-resource-source: &registry-image-resource-source
username: ((docker-hub-username))
Expand Down Expand Up @@ -75,7 +75,7 @@ anchors:
homebrew-tap-repo-resource-source: &homebrew-tap-repo-resource-source
uri: ((homebrew-tap-repo))
username: ((github-username))
password: ((github-password))
password: ((github-ci-release-token))
branch: main
gradle-publish-params: &gradle-publish-params
gradle_publish_key: ((gradle-publish-key))
Expand Down

0 comments on commit 29ccbdd

Please sign in to comment.