Skip to content

Commit 72129a0

Browse files
authored
Merge pull request #385 from stackhpc/terraform_github_dispatch
Allow to run Terraform Github as workflow dispatch
2 parents a524ccd + c7cfdc8 commit 72129a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/terraform-github.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ name: Terraform GitHub
1111
paths:
1212
- ".github/workflows/terraform-github.yml"
1313
- "terraform/github/**"
14+
workflow_dispatch:
1415
env:
1516
TF_VAR_GITHUB_APP_PEM_FILE: ${{ secrets.TF_VAR_GITHUB_APP_PEM_FILE }}
1617
jobs:

0 commit comments

Comments
 (0)