Skip to content

Commit 45e1be1

Browse files
committed
Attempted fix for PHAR rate-limit
1 parent ff0f2e0 commit 45e1be1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/reusable_phplinter.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,8 @@ jobs:
4747

4848
- name: Install overtrue/phplint (latest)
4949
run: phive install overtrue/phplint --force-accept-unsigned --target ./bin
50+
env:
51+
GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
52+
5053
- name: Lint PHP files
5154
run: ./bin/phplint --no-cache --no-progress -v

0 commit comments

Comments
 (0)