Skip to content

Commit

Permalink
fix: removed the codecov token
Browse files Browse the repository at this point in the history
Tokenless uploads has been implemented in codecov/codecov-action#29
  • Loading branch information
baszalmstra committed Mar 6, 2020
1 parent 1ce4626 commit 5a34585
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 @@ -137,8 +137,8 @@ jobs:

- uses: codecov/codecov-action@v1
with:
token: 9664cbca-39d7-4c44-931a-064d2e75f80b # Not secure, have to wait for this issue: https://github.com/codecov/codecov-action/issues/29
file: ${{ steps.coverage.outputs.report }}
name: ${{ matrix.os }}

artifacts:
name: Artifacts
Expand Down

0 comments on commit 5a34585

Please sign in to comment.