actions-marketplace-validations/Decrypt Secret
Decrypts a secret from .git-secrets.json
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 6, 2022
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/benammann_git-secrets-get-secret-action@2b54a49ee5f27c9463a2e4c2e617a7da05f5b3bb # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to .git-secrets.json | no | .git-secrets.json |
| context | Which context to use | no | default |
| resource | Resolve secret or config entry | no | secret |
| name | The name of the resource | yes | — |
| decryptSecretName | The decrypt secret name | yes | — |
| decryptSecretValue | The decrypt secret value | yes | — |
Outputs
| name | description |
|---|---|
| value | either the decoded secret value or the config value |