There was an error while loading. Please reload this page.
1 parent fdd52cd commit ea29262Copy full SHA for ea29262
1 file changed
.github/workflows/deploy.yml
@@ -184,6 +184,15 @@ jobs:
184
working-directory: terraform
185
run: terraform apply -lock-timeout=5m tfplan
186
187
+ # attach a detailed summary directly to a gh actions job. sensitive values that match repo secrets are automatically redacted
188
+ - name: Attach detailed summary to job
189
+ uses: borchero/terraform-plan-comment@2d41e908725447b1677913001dfb92fa7010c025 # v3.1.0
190
+ with:
191
+ planfile: tfplan
192
+ token: ${{ github.token }}
193
+ skip-comment: true
194
+ working-directory: terraform
195
+
196
release:
197
needs: deploy
198
if: ${{ needs.setup.outputs.is_release =='true' }}
0 commit comments