This step is not supposed to work in the first stage of a pipeline (there is nothing to pull reliably), and the token is not even generated for builds running in the first stage.
Changes
Skip execution if the token is not available, as well as print a hint for why the token is not available.
Checklist
step.yml
andREADME.md
is updated with the changes (if needed)Version
Requires a PATCH version update
Context
This step is not supposed to work in the first stage of a pipeline (there is nothing to pull reliably), and the token is not even generated for builds running in the first stage.
Changes
Skip execution if the token is not available, as well as print a hint for why the token is not available.
Investigation details
Decisions