Skip to content

Commit

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

0 comments on commit 00ce054

Please sign in to comment.