Skip to content

Commit

Permalink
Update maintf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ZinxValkyria authored Mar 4, 2024
1 parent 3e1f4df commit cf6ed3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ permissions: write-all
jobs:
apply:
name: Terraform Apply
uses: ./.github/workflows/apply.yml
uses: ./.github/workflows/terraform-apply.yml
secrets: inherit

destroy:
name: Terraform Destroy
uses: ./.github/workflows/destroy.yml
uses: ./.github/workflows/terraform-destroy.yml
needs: [apply]
secrets: inherit

0 comments on commit cf6ed3d

Please sign in to comment.