Skip to content

Commit

Permalink
ci: add CODECOV_TOKEN to verify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sitepark-veltrup committed May 23, 2024
1 parent 88edadb commit cb434a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ on:
jobs:
verify:
uses: sitepark/github-project-workflow/.github/workflows/composer-verify.yml@release/1.x
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cb434a6

Please sign in to comment.