Skip to content

Commit

Permalink
Provide CODECOV_TOKEN also when using the alternate CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 3, 2024
1 parent 74d9928 commit 68b7e7e
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 68b7e7e

Please sign in to comment.