actions-marketplace-validations/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: actions-marketplace-validations/mildronize_actions-get-secret-sops@a410348923d10428fa3d480c6fe6d69ae2caf9bc # no releases — HEAD as of 2026-07-10tags 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 |