nomi-ceu/Secret Checker

GitHub Action to see whether secrets are present and set.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
secretsSecrets as JSON. REQUIRED.yes
checkSecrets that must all exist for this action to return true. Separated by newlines. REQUIRED.yes
allowEmptyAllows secrets to pass the check if they are set to an empty value. Optional; defaults to false.nofalse
patternDescribes a regular expression which must successful match against secret values for them to be considered valid. Optional.no""
throwIfFailThrows an error if NOT ALL secrets are present and set to a non-empty value. Optional; defaults to false.nofalse
throwIfSuccessThrows an error if ALL secrets are present and set to a non-empty value. Optional; Defaults to false.nofalse
namedescription
successWhether all secrets exist and are set to a non-empty value. Returns 'true' or 'false'.