Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
LamSut committed Oct 16, 2024
1 parent d6e34e3 commit 39a74e0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Terraform Pipeline

on:
push:
branches: [main]
workflow_dispatch:
inputs:
destroy:
description: Whether to destroy Terraform resources
required: true
type: boolean

env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 39a74e0

Please sign in to comment.