Skip to content

Commit

Permalink
Merge pull request #42 from greg0ire/forgotten-occurrence
Browse files Browse the repository at this point in the history
Provide CODECOV_TOKEN also when using the alternate CI workflow
  • Loading branch information
greg0ire authored May 3, 2024
2 parents 74d9928 + 68b7e7e commit 03e9941
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration-symfony-unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,5 @@ jobs:
uses: "codecov/codecov-action@v4"
with:
files: "./phpunit-${{ inputs.php-version }}-unstable.coverage"
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 03e9941

Please sign in to comment.