Skip to content

Commit

Permalink
Removed unnecessary CODECOV_TOKEN with updated codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
mandreko-bitwarden committed Jan 15, 2025
1 parent 9007e5e commit d536c06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,4 @@ jobs:
run: cargo llvm-cov --all-features --lcov --output-path lcov.info --ignore-filename-regex "crates/bitwarden-api-"

- name: Upload to codecov.io
uses: codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2

0 comments on commit d536c06

Please sign in to comment.