wcontayon/secretify-action

Secretify your settings/config files, by replacing the values of the secrets with values

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
path-filePath to the file to secretifyyes
path-outputPath to the output file. If not provided, the output will be the same as the input fileno""
match-gihtub-secretsUse secrets keys name and value from your gihtub contextnotrue
secrets-keysKeys of the secrets to replace by their values in the file. Required when match-gihtub-secrets is falseno""
secrets-valuesValues of the secrets to replace by their values in the file. Required when match-gihtub-secrets is falseno""
throw-if-not-foundThrow an error if a secret/or file is not foundnofalse
show-outputShow the output of the secretified filenofalse

no outputs