reviewdog / action-tflint

Run tflint with reviewdog on pull requests to enforce best practices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

403 while getting tflint

dodwmd opened this issue · comments

The curl command to download tflint should use the github token to stop 403 errors.

curl: (22) The requested URL returned error: 403

By adding -H "Authorization: Bearer ${{ env.GITHUB_TOKEN }}" to the request the concurrency bucket is larger.

commented

Bump on this. Just had the same in my action.


Preparing
  Detected linux running on amd64, will install tools in /tmp/tmp.WUevwHijof
  Looking up the latest tflint version ...
  curl: (22) The requested URL returned error: 403

this is impacting my team too, i look forward to this change.