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