Skip to content

feat(semantic-release): Add support for storing the token as a Vault secret.

Florian Forster requested to merge fforster/semantic-release into main

What

feat(semantic-release): Add support for storing the token as a Vault secret.

Why

Previously, the semantic_release job required its token to be stored in a CI variable. With this change, the token can optionally be stored in Vault instead, while keeping the previous behavior as the default.

Merge request reports