Skip to content

Commit

Permalink
tf-check workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
d4kverma committed Oct 4, 2023
1 parent e0f1d71 commit 18691b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/terraform_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: terraform workflow
permissions: write-all
on:
workflow_dispatch:
pull_request:
jobs:
networking:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
Expand All @@ -14,5 +15,5 @@ jobs:
terraform_version: 1.5.5
destroy: false
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_SECRET_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_AWS_ACCESS_SECRET_KEY: }}
4 changes: 4 additions & 0 deletions .github/workflows/tf-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/[email protected]
with:
working_directory: './_examples/single-account/'
aws_credentials: true
secrets:
AWS_ACCESS_KEY_ID: ${{ secrets.TEST_AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TEST_AWS_ACCESS_SECRET_KEY }}

0 comments on commit 18691b5

Please sign in to comment.