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 239cdd9 commit e2687ed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
name: Terraform
runs-on: ubuntu-latest

env:
# token for `a-demo-user` with access to `a-demo-organization`
GITHUB_TOKEN: "${{ secrets.ORG_GITHUB_TOKEN }}"

strategy:
# see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
fail-fast: false
Expand Down Expand Up @@ -62,10 +66,8 @@ jobs:
run: terraform -chdir="${{ matrix.examples }}" apply -auto-approve
env:
working-dir: "${{ matrix.examples }}"
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

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

0 comments on commit e2687ed

Please sign in to comment.