outdatedversion/GitHub secrets viewer
Encrypts provided input and outputs a path to the file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | **`inputs.secrets` and/or `inputs.secrets-path` must be provided** Content to encrypt Heads up: Leading/trailing whitespace is trimmed | no | — |
| secrets-path | **`inputs.secrets` and/or `inputs.secrets-path` must be provided** Relative/absolute path to additional secrets If `inputs.secrets` is provided, the contents of this file will be appended to `inputs.secrets` | no | — |
| gpg-public-key | Public key to encrypt against | yes | — |
Outputs
| name | description |
|---|---|
| path | Absolute path to the GPG encrypted secret file |