We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28f6414 commit 700e2c6Copy full SHA for 700e2c6
1 file changed
.github/workflows/ci.yml
@@ -93,6 +93,8 @@ jobs:
93
94
- name: Upload to Codecov
95
uses: codecov/codecov-action@v5
96
+ with:
97
+ token: ${{ secrets.CODECOV_TOKEN }}
98
99
phpstan:
100
runs-on: ubuntu-latest
0 commit comments