lambdaspire/Substitute Secrets into Tokenised File
Substitute GitHub Secrets into a File, matching on a specified Token format.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The file to replace. | yes | — |
| output | An optional alternative output file. | no | — |
| tokenPattern | A pattern to match tokens. Must contain the word TOKEN. e.g. '#{TOKEN}#', '${TOKEN}', '<<<TOKEN>>>'... | yes | — |
| secretsJson | JSON representation of the secrets. | yes | — |
Outputs
no outputs