Skip to content

Commit 03e9941

Browse files
authored
Merge pull request #42 from greg0ire/forgotten-occurrence
Provide CODECOV_TOKEN also when using the alternate CI workflow
2 parents 74d9928 + 68b7e7e commit 03e9941

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)