You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a `diff` job that runs immediately after resolve-targets (no
environment gate). It downloads the same CDK artifact, assumes AWS
credentials, and runs `cdk diff` — surfacing all CloudFormation
changes in the GitHub step summary. The reviewer can inspect the
diff before clicking "Approve" on the deploy environment gate.
The deploy job now `needs: [resolve-targets, diff]` ensuring the
diff completes before approval is requested. `--require-approval never`
is retained on the deploy step because CDK hard-fails without TTY
in CI; the GitHub environment approval gate is the human checkpoint.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments