accendero/AWS SSM JSON to Env

Collect environment variables from AWS SSM Parameter Store

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Apr 15, 2026
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: accendero/aws-ssm-json-to-env@8184445d945ee820a005016c155a0944e3667e1e # v2.1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
access_key_idAWS Access Key ID (optional if using OIDC or existing session)no
secret_access_keyAWS Secret Access Key (optional if using OIDC or existing session)no
regionAWS Regionno
parameter_nameParameter name, e.g. /my-project/config/cicdno
scopeWhich store to pull from: 'SSM' (default) or 'Secrets'noSSM
pgp_passphrasePGP passphrase, used for encrypting the parametersyes
decryptDecrypt and export given environment variable stringno
namedescription
encrypted_environmentThe encrypted environment variables
matrixJSON object of all fetched parameters, keyed by parameter name