Skip to content

Commit 22b85f6

Browse files
authored
docs: include GITHUB_TOKEN in init example (#157)
1 parent 81cd540 commit 22b85f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ jobs:
6060

6161
- name: Init TFLint
6262
run: tflint --init
63+
env:
64+
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
65+
GITHUB_TOKEN: ${{ github.token }}
6366

6467
- name: Run TFLint
6568
run: tflint -f compact

0 commit comments

Comments
 (0)