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 committed Dec 15, 2023
1 parent 2dab544 commit afd3e4e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/terraform-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
run: .bin/terraform validate
- name: tflint (setup)
uses: terraform-linters/setup-tflint@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: tflint (run)
run: |
tflint --init
Expand Down

0 comments on commit afd3e4e

Please sign in to comment.