Generate Service Matrix
Version updated for https://github.com/skyhook-io/generate-service-matrix to version v1.5.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Generate Service Matrix Action is a GitHub Action that automates the creation of a deployment matrix for multi-service, multi-environment workflows. It reads configuration files from your repository or external deployment repositories to generate a strategy.matrix JSON object, enabling parallelized deployments across different services and environments. This action streamlines complex deployment processes by supporting multiple configuration formats, deduplication of service/environment combinations, and shared caching for efficient repository cloning and environment discovery.
Release notes
1.5.0 (2026-03-21)
Bug Fixes
- add autoDeploy: true to prod env in CI test fixture (df58887)
Features
- read auto_deploy from environment configuration (8d118f1)