Skip to content

Commit fb0c53c

Browse files
committed
fixing indent and granting contents read access for dflook
1 parent 22ca6e6 commit fb0c53c

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/terraform-plan.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,14 @@ on:
66
- main # or any other branch you want to trigger the deployment
77

88
jobs:
9-
terraform:
9+
terraform-plan:
1010
name: Terraform Plan
1111
runs-on: ubuntu-latest
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1414

15-
defaults:
16-
run:
17-
working-directory: terraform
1815
permissions:
16+
contents: read
1917
pull-requests: write
2018

2119
steps:
@@ -28,5 +26,5 @@ jobs:
2826

2927
- name: Terraform Plan
3028
uses: dflook/terraform-plan@v1
31-
# with:
32-
# path: terraform
29+
with:
30+
path: terraform

0 commit comments

Comments
 (0)