mildronize/Get Secrets from Encrypted SOPS
GitHub Action get secrets from Encrypted SOPS yaml file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 1, 2023
- License
- None
Pinned Snippet
uses: mildronize/actions-get-secret-sops@978f86add23fe0117865443bcf44af370c9056e3 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Encrypted SOPS yaml path | yes | — |
| property-path | yq/jq expression syntax for getting a particular value | yes | — |
| decrypting-key | A credential using to decrypt a Encrypted SOPS yaml file | yes | — |
| sops-version | Version of sops | yes | latest |
Outputs
| name | description |
|---|---|
| secret | The decrypted secret getting from SOPS |