Skip to content

Commit 68b7e7e

Browse files
committed
Provide CODECOV_TOKEN also when using the alternate CI workflow
1 parent 74d9928 commit 68b7e7e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/continuous-integration-symfony-unstable.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ jobs:
7878
uses: "codecov/codecov-action@v4"
7979
with:
8080
files: "./phpunit-${{ inputs.php-version }}-unstable.coverage"
81+
env:
82+
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 commit comments

Comments
 (0)