Skip to content

Commit 582fee0

Browse files
committed
Try different secrets method again
1 parent 2cd0b35 commit 582fee0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tflint.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ on:
1515
required: false
1616
type: string
1717
default: " "
18+
secrets:
19+
GITHUB_TOKEN:
20+
required: true
1821

1922
jobs:
2023
terraform_fmt:
@@ -52,7 +55,7 @@ jobs:
5255
tflint --init
5356
env:
5457
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
55-
GITHUB_TOKEN: ${{ secrets.github_token }}
58+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5659

5760
- name: Run TFLint recursively
5861
run: |

0 commit comments

Comments
 (0)