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

Merge pull request #316 from crazy-max/codecov-token

ci: set codecov token
This commit is contained in:
Sebastiaan van Stijn
2024-02-22 23:44:22 +01:00
committed by GitHub
+2
View File
@@ -109,6 +109,7 @@ jobs:
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
file: ${{ env.DESTDIR }}/coverage.txt file: ${{ env.DESTDIR }}/coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
test-sandboxed: test-sandboxed:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
@@ -132,6 +133,7 @@ jobs:
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
file: ${{ env.DESTDIR }}//coverage.txt file: ${{ env.DESTDIR }}//coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04