Skip to content

Commit

Permalink
fix: pass token for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
akikanellis committed Mar 30, 2024
1 parent 2d5a28a commit 109ad08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Upload test coverage to Codecov
# yamllint disable-line rule:line-length
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4.1.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 109ad08

Please sign in to comment.