1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 23:52:50 -05:00

Removed unnecessary CODECOV_TOKEN with updated codecov-action (#5271)

This commit is contained in:
Matt Andreko
2025-01-15 14:16:18 -05:00
committed by GitHub
parent 04402c1316
commit d231070cac

View File

@ -78,6 +78,3 @@ jobs:
- name: Upload to codecov.io
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
if: ${{ needs.check-test-secrets.outputs.available == 'true' }}
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}