Skip to content

Commit

Permalink
Merge pull request #23 from padok-team/fix/api_rate_limit
Browse files Browse the repository at this point in the history
fix: use a token to avoid rate limit
  • Loading branch information
dixneuf19 authored Dec 15, 2023
2 parents 2dab544 + 74a426a commit 930817b
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 930817b

Please sign in to comment.