1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

ci: set codecov token

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2024-02-22 23:25:37 +01:00
parent c23afb6c37
commit 73aa8c0daa
+2
View File
@@ -109,6 +109,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ${{ env.DESTDIR }}/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
test-sandboxed:
runs-on: ubuntu-22.04
@@ -132,6 +133,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
file: ${{ env.DESTDIR }}//coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
build:
runs-on: ubuntu-22.04