We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0f2e0 commit 45e1be1Copy full SHA for 45e1be1
1 file changed
.github/workflows/reusable_phplinter.yml
@@ -47,5 +47,8 @@ jobs:
47
48
- name: Install overtrue/phplint (latest)
49
run: phive install overtrue/phplint --force-accept-unsigned --target ./bin
50
+ env:
51
+ GITHUB_AUTH_TOKEN: ${{ secrets.PAT_TOKEN }}
52
+
53
- name: Lint PHP files
54
run: ./bin/phplint --no-cache --no-progress -v
0 commit comments