Skip to content

Commit

Permalink
Update Codecov token environment variable in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meltir committed Feb 16, 2024
1 parent c8e28d1 commit 6c44492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
env:
token: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
slug: meltir/imdb-review-scraper

- name: Cache Composer dependencies
Expand Down

0 comments on commit 6c44492

Please sign in to comment.