mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
fix(ci): disable licensei check as it currently hits GitHub API rate limits (#408)
This commit is contained in:
parent
2a20052a2a
commit
bb1783c63b
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -203,6 +203,6 @@ jobs:
|
||||
|
||||
- name: Run licensei
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
make license-check
|
||||
|
Loading…
Reference in New Issue
Block a user