actions-marketplace-validations/AWS SSM to .env
load AWS SSM Parameters to `.env`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 10, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/deptno_action-aws-ssm-to-dotenv@959855baaedf9929995d20c6b8f52f8a16cbe3c4 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| ssm-path | required. AWS SSM path for parameters eg. `/ssm/parameter` | yes | — |
| format | dotenv(KEY=value), shell(export KEY=value) | no | dotenv |
| output | output filename | no | .env |
| prefix | if `prefix:ACTION_` ssm:/dev/client_id -> ACTION_CLIENT_ID | no | — |
| decryption | (optional) Specifies if the decryption should be performed on SSM parameters | no | — |
Outputs
no outputs