Skip to content

Commit

Permalink
Pass CODECOV_TOKEN to the shared workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed May 3, 2024
1 parent 5b3bb59 commit 9d014ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
jobs:
phpunit:
name: "PHPUnit"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.0"
uses: "doctrine/.github/.github/workflows/continuous-integration.yml@5.0.1"
with:
php-versions: '["8.1"]'
secrets:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 9d014ae

Please sign in to comment.