wcontayon/secretify-action
Secretify your settings/config files, by replacing the values of the secrets with values
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path-file | Path to the file to secretify | yes | — |
| path-output | Path to the output file. If not provided, the output will be the same as the input file | no | "" |
| match-gihtub-secrets | Use secrets keys name and value from your gihtub context | no | true |
| secrets-keys | Keys of the secrets to replace by their values in the file. Required when match-gihtub-secrets is false | no | "" |
| secrets-values | Values of the secrets to replace by their values in the file. Required when match-gihtub-secrets is false | no | "" |
| throw-if-not-found | Throw an error if a secret/or file is not found | no | false |
| show-output | Show the output of the secretified file | no | false |
Outputs
no outputs