accendero/AWS SSM JSON to Env
Collect environment variables from AWS SSM Parameter Store
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 15, 2026
- License
- None
Pinned Snippet
uses: accendero/aws-ssm-json-to-env@8184445d945ee820a005016c155a0944e3667e1e # v2.1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| access_key_id | AWS Access Key ID (optional if using OIDC or existing session) | no | — |
| secret_access_key | AWS Secret Access Key (optional if using OIDC or existing session) | no | — |
| region | AWS Region | no | — |
| parameter_name | Parameter name, e.g. /my-project/config/cicd | no | — |
| scope | Which store to pull from: 'SSM' (default) or 'Secrets' | no | SSM |
| pgp_passphrase | PGP passphrase, used for encrypting the parameters | yes | — |
| decrypt | Decrypt and export given environment variable string | no | — |
Outputs
| name | description |
|---|---|
| encrypted_environment | The encrypted environment variables |
| matrix | JSON object of all fetched parameters, keyed by parameter name |