Is this a critical security issue?
Describe the Bug
GitHub locks down what can be done with secret values by disallowing them to be used for things like conditional checks.
Having these items configured as secrets leads to some fumbling, e.g. #120 and eventually #121.
Expected Behavior
Many of the secrets referenced in the GitHub Workflows are not actually secret and should be Variables instead.
Steps to Reproduce
N/A
Environment
N/A
Additional Context
No response
Relevant log output
Is this a critical security issue?
Describe the Bug
GitHub locks down what can be done with
secretvalues by disallowing them to be used for things like conditional checks.Having these items configured as secrets leads to some fumbling, e.g. #120 and eventually #121.
Expected Behavior
Many of the
secretsreferenced in the GitHub Workflows are not actually secret and should be Variables instead.Steps to Reproduce
N/A
Environment
N/A
Additional Context
No response
Relevant log output