CircleCI-Public / orb-tools-orb

Various tools for authoring and publishing CircleCI orbs
https://circleci.com/orbs/registry/orb/circleci/orb-tools
MIT License
51 stars 76 forks source link

[semver:patch] Use the provided token-variable parameter #87

Closed lukesmith closed 4 years ago

lukesmith commented 4 years ago

The token-variable is provided as a parameter but not used. Use the provided one, or the defined default if not

Motivation, issues

The parameter provided to the command was not being used. As a result it was not possible to change the environment variable that the token should be read from.

Description

add the usage of the token-variable parameter to the generated command