There was an error while loading. Please reload this page.
1 parent 2cd0b35 commit 582fee0Copy full SHA for 582fee0
1 file changed
.github/workflows/tflint.yaml
@@ -15,6 +15,9 @@ on:
15
required: false
16
type: string
17
default: " "
18
+ secrets:
19
+ GITHUB_TOKEN:
20
+ required: true
21
22
jobs:
23
terraform_fmt:
@@ -52,7 +55,7 @@ jobs:
52
55
tflint --init
53
56
env:
54
57
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
- GITHUB_TOKEN: ${{ secrets.github_token }}
58
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
60
- name: Run TFLint recursively
61
run: |
0 commit comments