Skip to content

Commit 7425320

Browse files
authored
Merge pull request #319 from sassoftware/IAC-1062
feat: (IAC-1062) Update linter secret name
2 parents 4410138 + e3a4bf8 commit 7425320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linter-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: terraform-linters/[email protected]
5151
with:
5252
tflint_version: latest
53-
github_token: ${{ secrets.LINTER_TEST_TOKEN }}
53+
github_token: ${{ secrets.LINTER_TOKEN }}
5454

5555
- name: Initializing TFLint
5656
run: TFLINT_LOG=info tflint --init -c .tflint.hcl

0 commit comments

Comments
 (0)