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 fee5882 commit 98dfe1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ jobs:
if: success()
with:
name: ${{ runner.os }} node.js ${{ matrix.node-version }}
token: ${{ secrets.CODECOV_TOKEN }}
token: ${{ secrets.CORDOVA_CODECOV_TOKEN }}
fail_ci_if_error: false

0 comments on commit 98dfe1e

Please sign in to comment.