1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-13 19:28:55 +00:00

fix: codecov missing token (#9597)

Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
This commit is contained in:
Charles-Edouard Brétéché 2024-02-01 14:52:20 +01:00 committed by GitHub
parent 1edcab3f9b
commit 55bdb21a46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,3 +42,5 @@ jobs:
files: ./coverage.out
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}