puppetlabs / cat-github-actions

1 stars 4 forks source link

(bug) - gem_ci.yml fix Unrecognized named-value: secrets #90

Closed jordanbreen28 closed 2 months ago

jordanbreen28 commented 2 months ago

The secrets context is not available to GHA conditionals. Update to write the secret to an ENV variable, which we can then check isn't an empty string.

Summary

Provide a detailed description of all the changes present in this pull request.

Additional Context

Available expression contexts: github, inputs, vars, needs, strategy, matrix, steps, job, runner, env

Related Issues (if any)

Mention any related issues or pull requests.

Checklist