Skip to content

Commit

Permalink
Pass CODECOV_TOKEN in as environmental variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Apr 22, 2024
1 parent d0e2810 commit 42b0e98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ jobs:
- name: Run coverage
run: npm run coverage
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

harnesses:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 42b0e98

Please sign in to comment.