AWS SSM Parameters to Env Variables
Version updated for https://github.com/hausofweb/actions-aws-ssm-params-to-env to version v1.0.2.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The actions-aws-ssm-params-to-env GitHub Action automates the retrieval of parameters from AWS Systems Manager Parameter Store and sets them as environment variables in a GitHub Actions workflow. It supports fetching individual parameters or entire parameter hierarchies, handles both plaintext and encrypted values, and offers options like value masking and prefixing variable names. This action simplifies secure and dynamic configuration management in CI/CD pipelines by eliminating the need for hardcoding sensitive values.
What’s Changed
What’s Changed
- fix: downgrade version in package.json and improve secure string hand… by @kduprey in https://github.com/hausofweb/actions-aws-ssm-params-to-env/pull/5
Full Changelog: https://github.com/hausofweb/actions-aws-ssm-params-to-env/compare/v1.0.1...v1.0.2