Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jun 14, 2024
1 parent b25118b commit fe78ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: terraform apply -auto-approve
env:
working-dir: "${{ matrix.examples }}"
GITHUB_TOKEN=${{ secrets.ORG_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

- name: Destructively Apply Terraform code for Examples
run: terraform destroy -auto-approve
env:
working-dir: "${{ matrix.examples }}"
GITHUB_TOKEN=${{ secrets.ORG_GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

0 comments on commit fe78ed9

Please sign in to comment.