Add Terraform plan as comment to deployment PR #4
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add Terraform CDK plan as comment on pull request | |
on: | |
pull_request: | |
branches: | |
- staging | |
- main | |
types: | |
- opened | |
- synchronize | |
- reopened | |
jobs: | |
add-terraform-plan-to-staging-pr: | |
uses: ./.github/workflows/_terraform-plan-pr-comment.yml | |
secrets: inherit | |
with: | |
deploy-env: staging |