Skip to content

Commit 6dd2ccf

Browse files
committed
cdk diff, never require approval for deploy
1 parent c158620 commit 6dd2ccf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/deploy-hyp3/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ runs:
116116
ORIGIN_ACCESS_IDENTITY_ID='${{ inputs.ORIGIN_ACCESS_IDENTITY_ID }}' \
117117
DISTRIBUTION_URL='${{ inputs.DISTRIBUTION_URL}}'
118118
119-
cdk deploy
119+
cdk diff
120+
cdk deploy --require-approval=never

0 commit comments

Comments
 (0)