Skip to content

Commit e3a4bf8

Browse files
committed
feat: (IAC-1062) Updated linter secret name
1 parent 4410138 commit e3a4bf8

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)