lfit / releng-reusable-workflows

Reusuable workflows developed by LF Release Engineering
Apache License 2.0
1 stars 9 forks source link

Fix: Correct var name, use secrets rather than env #178

Closed eb-oss closed 2 months ago

eb-oss commented 2 months ago

The variable name for CLOUDS_YAML_B64 was incorrect in the composed ci-man verify workflow.

In compose-packer-verify, we are referencing the CLOUD secrets from the env. While these may be available in the env after the "Export env secrets" step, it's still safer to use the secrets context.

Signed-off-by: Eric Ball eball@linuxfoundation.org