This repository contains the reusable action for the StackGen Generative IAC.
Please follow the steps below to setup the action:
- Signup for an account on StackGen
- Setup a Personal Access Token on StackGen
- Add the Personal Access Token as a secret in your repository with the name
STACKGEN_TOKEN
Name | Description | Required |
---|---|---|
cmd |
Command to run | Yes |
- name: Download IAC
uses: stackgenhq/stackgen-cli@v0
env:
STACKGEN_TOKEN: ${{ secrets.STACKGEN_TOKEN }}
with:
cmd: 'appstack download-iac --uuid <appstack_id>'
The scripts and documentation in this project are released under the MIT License