Skip to content

Commit

Permalink
fix: use a token to avoid rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
DjinnS authored and Julen Dixneuf committed Dec 15, 2023
1 parent 2dab544 commit 74a426a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
run: .bin/terraform validate
- name: tflint (setup)
uses: terraform-linters/setup-tflint@v4
with:
github_token: ${{ github.token }}
- name: tflint (run)
env:
# https://github.com/terraform-linters/tflint/blob/master/docs/user-guide/plugins.md#avoiding-rate-limiting
GITHUB_TOKEN: ${{ github.token }}
run: |
tflint --init
tflint
Expand Down

0 comments on commit 74a426a

Please sign in to comment.