rust-lang / promote-release

Tooling to publish Rust releases.
Apache License 2.0
18 stars 13 forks source link

Add support for private git repositories #38

Closed pietroalbini closed 3 years ago

pietroalbini commented 3 years ago

This PR adds support for authenticating to git repositories during the release process by setting the environment variable PROMOTE_RELEASE_REPOSITORY_AUTHENTICATION=user:pass.

r? @Mark-Simulacrum

pietroalbini commented 3 years ago

Turns out we don't need this.