Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzwa committed Oct 30, 2023
1 parent cd18a55 commit 549b7d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
env:
NODE_OPTIONS: '--max_old_space_size=4096'

- name: Upload coverage to Codecov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
dry_run: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# https://stackoverflow.com/questions/57968497/how-do-i-set-an-env-var-with-a-bash-expression-in-github-actions
- name: get-server-version
Expand Down

0 comments on commit 549b7d3

Please sign in to comment.