We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d9928 commit 68b7e7eCopy full SHA for 68b7e7e
1 file changed
.github/workflows/continuous-integration-symfony-unstable.yml
@@ -78,3 +78,5 @@ jobs:
78
uses: "codecov/codecov-action@v4"
79
with:
80
files: "./phpunit-${{ inputs.php-version }}-unstable.coverage"
81
+ env:
82
+ CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
0 commit comments