Skip to content

Commit

Permalink
chore: Remove unused environment variable in CI step (#6343)
Browse files Browse the repository at this point in the history
## Motivation

`codecov/codecov-action@v4` doesn't need the defined environment variable, it gains access to the token via the `token` argument passed to it.
  • Loading branch information
fasmat committed Sep 23, 2024
1 parent 062d40c commit ab88b6a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

unittests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit ab88b6a

Please sign in to comment.