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 59d9f0d commit 54f20ef
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 @@ -50,5 +50,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 54f20ef

Please sign in to comment.