Skip to content

Commit

Permalink
Merge pull request #319 from sassoftware/IAC-1062
Browse files Browse the repository at this point in the history
feat: (IAC-1062) Update linter secret name
  • Loading branch information
riragh authored Jun 6, 2023
2 parents 4410138 + e3a4bf8 commit 7425320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: terraform-linters/[email protected]
with:
tflint_version: latest
github_token: ${{ secrets.LINTER_TEST_TOKEN }}
github_token: ${{ secrets.LINTER_TOKEN }}

- name: Initializing TFLint
run: TFLINT_LOG=info tflint --init -c .tflint.hcl
Expand Down

0 comments on commit 7425320

Please sign in to comment.