Skip to content

Commit

Permalink
ci: rename token to CORDOVA_CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Apr 11, 2024
1 parent feb6f85 commit 47aeca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: success()
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }} (darwin)
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

non-darwin:
Expand Down Expand Up @@ -88,5 +88,5 @@ jobs:
if: success()
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }} (non-darwin)
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 47aeca6

Please sign in to comment.