nhedger/Get SOPS Secret
Retrieve SOPS-encrypted secrets in GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets-file | Path to the encrypted file that contains the secret. | yes | — |
| secret-name | Name of the secret to decrypt. | yes | — |
| age-key | Private AGE key to decrypt the secret. | yes | — |
| sops-version | The version of SOPS to use. | yes | latest |
Outputs
| name | description |
|---|---|
| secret | The decrypted secret. |