Browse Source

Make secrets available to publish_gradle_plugin

Fixes gh-27774
pull/28061/head
Andy Wilkinson 4 years ago
parent
commit
02a988e055
  1. 4
      ci/pipeline.yml

4
ci/pipeline.yml

@ -78,8 +78,8 @@ anchors: @@ -78,8 +78,8 @@ anchors:
password: ((github-ci-release-token))
branch: main
gradle-publish-params: &gradle-publish-params
gradle_publish_key: ((gradle-publish-key))
gradle_publish_secret: ((gradle-publish-secret))
GRADLE_PUBLISH_KEY: ((gradle-publish-key))
GRADLE_PUBLISH_SECRET: ((gradle-publish-secret))
registry-mirror-vars: &registry-mirror-vars
registry-mirror-host: ((registry-mirror-host))
registry-mirror-username: ((registry-mirror-username))

Loading…
Cancel
Save